QChatChannelMember class Null safety

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatChannelMember({int? serverId, int? channelId, int? updateTime, int? createTime, String? accid, String? avatar, String? nick})
QChatChannelMember.fromJson(Map<String, dynamic> json)
factory

Properties

accid String?
用户Id
read / write
avatar String?
头像
read / write
channelId int?
频道id
read / write
createTime int?
创建时间
read / write
hashCode int
The hash code for this object.
read-only, inherited
nick String?
昵称
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
服务器id
read / write
updateTime int?
更新时间
read / write

Methods

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

Operators

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