DeviceEntity class

设备信息

Available Extensions
Annotations

Constructors

DeviceEntity({String model = '', String mac = '', String cUuid = '', String state = '', DeviceAdvertisementData? advertisementData, bool firstLoad = true, int? createTime})
DeviceEntity.fromJson(Map<String, dynamic> json)
factory

Properties

advertisementData DeviceAdvertisementData?
avd信息
getter/setter pair
createTime int
绑定时间
getter/setter pair
cUuid String
iOS 端 remoteID
getter/setter pair
firstLoad bool
============================================== 以下是扩展字段 首次加载 需要展示 倒计时
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mac String
getter/setter pair
model String
设备 名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
连接状态 0-未连接 1-连接成功 2-读写成功
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited