QChatMemberRole class

Annotations

Constructors

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

Properties

accid String?
用户账号
getter/setter pair
avatar String?
头像
getter/setter pair
channelId int?
频道id
getter/setter pair
createTime int?
创建时间
getter/setter pair
custom String?
自定义字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
id
getter/setter pair
inviter String?
邀请者accid
getter/setter pair
joinTime int?
加入时间
getter/setter pair
nick String?
昵称
getter/setter pair
resourceAuths Map<QChatRoleResource, QChatRoleOption>?
资源的权限列表
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
服务器id
getter/setter pair
type QChatMemberType?
成员类型
getter/setter pair
updateTime int?
更新时间
getter/setter pair

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