RecordingState enum Null safety
Enumerated states
Constants
- recordingPaused → const RecordingState
-
@JsonValue('RecordingPaused')
const RecordingState(4)
- recordingResumed → const RecordingState
-
@JsonValue('RecordingResumed')
const RecordingState(5)
- recordingStarted → const RecordingState
-
@JsonValue('RecordingStarted')
const RecordingState(1)
- recordingStarting → const RecordingState
-
@JsonValue('RecordingStarting')
const RecordingState(0)
- recordingStopped → const RecordingState
-
@JsonValue('RecordingStopped')
const RecordingState(3)
- recordingStopping → const RecordingState
-
@JsonValue('RecordingStopping')
const RecordingState(2)
-
values
→ const List<
RecordingState> -
A constant List of the values in this enum, in order of their declaration.
const List<
RecordingState>
Properties
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