RecordState enum Null safety
Constants
- CANCEL → const RecordState
-
const RecordState(5)
- FAIL → const RecordState
-
const RecordState(4)
- REACHED_MAX → const RecordState
-
const RecordState(2)
- READY → const RecordState
-
const RecordState(0)
- START → const RecordState
-
const RecordState(1)
- SUCCESS → const RecordState
-
const RecordState(3)
-
values
→ const List<
RecordState> -
A constant List of the values in this enum, in order of their declaration.
const List<
RecordState>
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited