QChatRoleOption enum Null safety
身份组权限选项
Constructors
- QChatRoleOption()
-
const
Values
- allow → const QChatRoleOption
-
有权限
const QChatRoleOption(0)
- deny → const QChatRoleOption
-
无权限
const QChatRoleOption(1)
- inherit → const QChatRoleOption
-
继承
const QChatRoleOption(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
QChatRoleOption> -
A constant List of the values in this enum, in order of their declaration.
[allow, deny, inherit]