DeviceRecord class
Provide various device infos
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deviceId(
) → DeviceId - get the id of this device
-
displayName(
) → String? - get the display name of this device
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
isActive(
) → bool - whether it is active
-
isMe(
) → bool - whether it is this session
-
isVerified(
) → bool - whether it was verified
-
lastSeenIp(
) → String? - last seen ip of this device
-
lastSeenTs(
) → int? - last seen timestamp of this device in milliseconds
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited