RuntimeGroupMemberType enum
- Inheritance
- Available extensions
Values
- None → const RuntimeGroupMemberType
-
None = 0
- Beginner → const RuntimeGroupMemberType
-
Beginner = 1
- Member → const RuntimeGroupMemberType
-
Member = 2
- Admin → const RuntimeGroupMemberType
-
Admin = 3
- ActingFounder → const RuntimeGroupMemberType
-
ActingFounder = 4
- Founder → const RuntimeGroupMemberType
-
Founder = 5
- ProtectedInvalidEnumValue → const RuntimeGroupMemberType
-
value not found fallback
Properties
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<
RuntimeGroupMemberType> - A constant List of the values in this enum, in order of their declaration.