RecordState enum
Constructors
- RecordState()
-
const
Values
- READY → const RecordState
- START → const RecordState
- REACHED_MAX → const RecordState
- SUCCESS → const RecordState
- FAIL → const RecordState
- CANCEL → const RecordState
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<
RecordState> -
A constant List of the values in this enum, in order of their declaration.
[READY, START, REACHED_MAX, SUCCESS, FAIL, CANCEL]