EventType enum

事件类型

Inheritance
Available extensions

Values

result → const EventType
const EventType(1)
error → const EventType
const EventType(2)
state → const EventType
const EventType(3)
wakeup → const EventType
const EventType(4)
sleep → const EventType
const EventType(5)
vad → const EventType
const EventType(6)
cmdReturn → const EventType
const EventType(8)
preSleep → const EventType
const EventType(10)
startRecord → const EventType
const EventType(11)
stopRecord → const EventType
const EventType(12)
connectedToServer → const EventType
const EventType(13)
serverDisconnected → const EventType
const EventType(14)
tts → const EventType
const EventType(15)

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 int
final

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

tryParse(int value) EventType?

Constants

values → const List<EventType>
A constant List of the values in this enum, in order of their declaration.