CommandType enum
- Inheritance
- Available extensions
Values
- userMessage → const CommandType
- userMessageUpdate → const CommandType
- fileMessage → const CommandType
- fileMessageUpdate → const CommandType
- adminMessage → const CommandType
- adminMessageUpdate → const CommandType
- broadcastMessage → const CommandType
- deleteMessage → const CommandType
- delivery → const CommandType
- read → const CommandType
- memberCountChange → const CommandType
- reaction → const CommandType
- threading → const CommandType
- userEvent → const CommandType
- systemEvent → const CommandType
- sessionExpired → const CommandType
- error → const CommandType
- login → const CommandType
- enter → const CommandType
- exit → const CommandType
- mack → const CommandType
- typingStart → const CommandType
- typingEnd → const CommandType
- ping → const CommandType
- pollVote → const CommandType
- pollUpdate → const CommandType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Available on CommandType, provided by the CommandExtension extension
no setter
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<
CommandType> - A constant List of the values in this enum, in order of their declaration.