QChatServerMember class Null safety

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatServerMember({bool? valid = false})
QChatServerMember.fromJson(Map<String, dynamic> json)
factory

Properties

accid String?
accid
read / write
avatar String?
头像
read / write
createTime int?
创建时间
read / write
custom String?
自定义扩展
read / write
hashCode int
The hash code for this object.
read-only, inherited
inviter String?
邀请人
read / write
joinTime int?
加入时间
read / write
nick String?
昵称
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
服务器id
read / write
type QChatMemberType?
类型:QChatMemberType.normal-普通成员,QChatMemberType.owner-所有者
read / write
updateTime int?
更新时间
read / write
valid bool?
有效标志
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.
override

Operators

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