EMDeviceInfo class
多设备登录信息类。
Constructors
- EMDeviceInfo.fromJson(Map map)
-
factory
Properties
- deviceName → String?
-
设备型号,如 "Pixel 6 Pro"。
final
- deviceUUID → String?
-
设备的 UUID(唯一标识码)。
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- resource → String?
-
登录的其他设备的信息。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited