TeamMemberType enum
Values
- normal → const TeamMemberType
-
普通成员
- owner → const TeamMemberType
-
创建者
- manager → const TeamMemberType
-
管理员
- apply → const TeamMemberType
-
待审核的申请加入用户
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<
TeamMemberType> - A constant List of the values in this enum, in order of their declaration.