QChatClient class

Annotations
  • @JsonSerializable()

Constructors

QChatClient()
QChatClient.fromJson(Map<String, dynamic> json)
factory

Properties

clientType NIMClientType?
客户端类型 NIMClientType
getter/setter pair
customClientType int?
自定义ClientType
getter/setter pair
customTag String?
自定义customTag
getter/setter pair
deviceId String?
客户端设备Id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loginTime int?
登录时间
getter/setter pair
os String?
客户端的操作系统信息
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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