ChatGroupPermissionType enum Null safety
The enumeration of group permission types.
Constructors
- ChatGroupPermissionType()
-
const
Values
- None → const ChatGroupPermissionType
-
Unknown.
const ChatGroupPermissionType(0) - Member → const ChatGroupPermissionType
-
The group member.
const ChatGroupPermissionType(1) - Admin → const ChatGroupPermissionType
-
The group admin.
const ChatGroupPermissionType(2) - Owner → const ChatGroupPermissionType
-
The group owner.
const ChatGroupPermissionType(3)
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<
ChatGroupPermissionType> -
A constant List of the values in this enum, in order of their declaration.
[None, Member, Admin, Owner]