RecordingAction enum
Constructors
- RecordingAction()
-
const
Values
- start → const RecordingAction
- stop → const RecordingAction
- status → const RecordingAction
- list → const RecordingAction
- fetch → const RecordingAction
- remove → const RecordingAction
Properties
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
Constants
-
values
→ const List<
RecordingAction> - A constant List of the values in this enum, in order of their declaration.