GroupSystemType enum

群系统提示类型

Inheritance

Constructors

GroupSystemType()
const

Values

INVALID → const GroupSystemType
ADD_GROUP_REQUEST_TYPE → const GroupSystemType
ADD_GROUP_ACCEPT_TYPE → const GroupSystemType
ADD_GROUP_REFUSE_TYPE → const GroupSystemType
KICK_OFF_FROM_GROUP_TYPE → const GroupSystemType
DELETE_GROUP_TYPE → const GroupSystemType
CREATE_GROUP_TYPE → const GroupSystemType
INVITED_TO_GROUP_TYPE → const GroupSystemType
QUIT_GROUP_TYPE → const GroupSystemType
GRANT_ADMIN_TYPE → const GroupSystemType
CANCEL_ADMIN_TYPE → const GroupSystemType
REVOKE_GROUP_TYPE → const GroupSystemType
INVITE_TO_GROUP_REQUEST_TYPE → const GroupSystemType
INVITATION_ACCEPTED_TYPE → const GroupSystemType
INVITATION_REFUSED_TYPE → const GroupSystemType
CUSTOM_INFO → const GroupSystemType

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