CommandString class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
'ADMM' - adminMessageUpdate → const String
-
'AEDI' - broadcastMessage → const String
-
'BRDM' - deleteMessage → const String
-
'DELM' - delivery → const String
-
'DLVR' - enter → const String
-
'ENTR' - error → const String
-
'EROR' - exit → const String
-
'EXIT' - fileMessage → const String
-
'FILE' - fileMessageUpdate → const String
-
'FEDI' - login → const String
-
'LOGI' - mack → const String
-
'MACK' - memberCountChange → const String
-
'MCNT' - ping → const String
-
'PING' - pollUpdate → const String
-
'PEDI' - pollVote → const String
-
'VOTE' - reaction → const String
-
'MRCT' - read → const String
-
'READ' - sessionExpired → const String
-
'EXPR' - systemEvent → const String
-
'SYEV' - thread → const String
-
'MTHD' - typingEnd → const String
-
'TPEN' - typingStart → const String
-
'TPST' - userEvent → const String
-
'USEV' - userMessage → const String
-
'MESG' - userMessageUpdate → const String
-
'MEDI'