QChatMemberRole class Null safety

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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

Properties

accid String?
用户账号
read / write
avatar String?
头像
read / write
channelId int?
频道id
read / write
createTime int?
创建时间
read / write
custom String?
自定义字段
read / write
hashCode int
The hash code for this object.
read-only, inherited
id int?
id
read / write
inviter String?
邀请者accid
read / write
joinTime int?
加入时间
read / write
nick String?
昵称
read / write
resourceAuths Map<QChatRoleResource, QChatRoleOption>?
资源的权限列表
@JsonKey(fromJson: _resourceAuthsFromJsonNullable), 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