CommandString class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Static Methods
-
isAdminMessage(
String cmd) → bool -
isFileMessage(
String cmd) → bool -
isUserMessage(
String cmd) → bool
Constants
- adminMessage → const String
- adminMessageUpdate → const String
- broadcastMessage → const String
- deleteMessage → const String
- delivery → const String
- enter → const String
- error → const String
- exit → const String
- fileMessage → const String
- fileMessageUpdate → const String
- login → const String
- mack → const String
- memberCountChange → const String
- ping → const String
- pollUpdate → const String
- pollVote → const String
- reaction → const String
- read → const String
- sessionExpired → const String
- systemEvent → const String
- thread → const String
- typingEnd → const String
- typingStart → const String
- userEvent → const String
- userMessage → const String
- userMessageUpdate → const String