MemberType enum

platform define different, need convert

Inheritance

Constructors

MemberType()
const

Values

unknown → const MemberType

未知

guest → const MemberType

游客

limited → const MemberType

受限用户

normal → const MemberType

普通成员(非游客)

creator → const MemberType

创建者(非游客)

admin → const MemberType

管理员(非游客)

anonymous → const MemberType

匿名游客

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<MemberType>
A constant List of the values in this enum, in order of their declaration.