EMGroupPermissionType enum

~english The group roles. ~end

~chinese 群组角色类型枚举。 ~end

Inheritance

Constructors

EMGroupPermissionType()
const

Values

None → const EMGroupPermissionType

~english Unknown. ~end

~chinese 未知类型。 ~end

Member → const EMGroupPermissionType

~english The regular group member. ~end

~chinese 群组成员。 ~end

Admin → const EMGroupPermissionType

~english The group admin. ~end

~chinese 群管理员。 ~end

Owner → const EMGroupPermissionType

~english The group owner. ~end

~chinese 群主。 ~end

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