CommandServiceEventNames enum Models

The CommandServiceEventNames enum gathers the CommandService events.

Inheritance
Implemented types

Constructors

CommandServiceEventNames(String value)
const

Values

messageReceived → const CommandServiceEventNames

Emitted when a participant receives a message.

CommandServiceEventNames('EVENT_COMMAND_MESSAGE_RECEIVED')

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String
final

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

valueOf(String? value) CommandServiceEventNames

Constants

values → const List<CommandServiceEventNames>
A constant List of the values in this enum, in order of their declaration.
[messageReceived]