RecordState enum Null safety
Constructors
- RecordState()
-
const
Values
- READY → const RecordState
-
const RecordState(0)
- START → const RecordState
-
const RecordState(1)
- REACHED_MAX → const RecordState
-
const RecordState(2)
- SUCCESS → const RecordState
-
const RecordState(3)
- FAIL → const RecordState
-
const RecordState(4)
- CANCEL → const RecordState
-
const RecordState(5)
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
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]