QChatRoleType enum

Inheritance

Constructors

QChatRoleType()
const

Values

everyone → const QChatRoleType

everyone身份组,不允许主动创建EVERYONE类型的身份组,服务器自动创建 所有服务器成员默认属于everyone身份组,不能查询(查询结果为空)、添加、删除成员 只能修改权限属性,不能修改其它属性

custom → const QChatRoleType

自定义身份组

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<QChatRoleType>
A constant List of the values in this enum, in order of their declaration.
[everyone, custom]