ChatDeviceInfo class Null safety
The ChatDeviceInfo class, which contains the multi-device information.
Properties
- deviceName → String?
-
The device type. For example: "Pixel 6 Pro".
final
- deviceUUID → String?
-
The UUID of the device.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- resource → String?
-
The information of other login devices.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited