QChatServerRoleMember class Null safety

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatServerRoleMember()
QChatServerRoleMember.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?
邀请者accid
read / write
jointime int?
加入时间
read / write
nick String?
昵称
read / write
roleId int?
身份组id
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
服务器id
read / write
type QChatMemberType?
成员类型
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.
override

Operators

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