Action class
SC: service -> client CS: client -> service
- Inheritance
-
- Object
- ProtobufEnum
- Action
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
nameor thevalueif names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ActionCSDeleteMsg → const Action
- ActionCSEditMsg → const Action
- ActionCSReadMsg → const Action
- ActionCSRecvMsgACK → const Action
- ActionCSSendMsg → const Action
- ActionForward → const Action
- ActionInputtingBegin → const Action
- ActionInputtingEnd → const Action
- ActionSCChatChanged → const Action
- ActionSCDeleteMsg → const Action
- ActionSCDeleteMsgACK → const Action
- ActionSCEditMsg → const Action
- ActionSCEditMsgACK → const Action
- ActionSCHi → const Action
- ActionSCReadMsg → const Action
- ActionSCRecvMsg → const Action
- ActionSCSendMsgACK → const Action
- ActionSCSimSend → const Action
- ActionSCUserConnectionChanged → const Action
- ActionSCWorkerChanged → const Action
- ActionSystem → const Action
-
values
→ const List<
Action>