LagState enum
Constants
- available → const LagState
-
@_s.JsonValue('available')
const LagState(2)
- deleted → const LagState
-
@_s.JsonValue('deleted')
const LagState(5)
- deleting → const LagState
-
@_s.JsonValue('deleting')
const LagState(4)
- down → const LagState
-
@_s.JsonValue('down')
const LagState(3)
- pending → const LagState
-
@_s.JsonValue('pending')
const LagState(1)
- requested → const LagState
-
@_s.JsonValue('requested')
const LagState(0)
- unknown → const LagState
-
@_s.JsonValue('unknown')
const LagState(6)
-
values
→ const List<
LagState> -
A constant List of the values in this enum, in order of their declaration.
const List<
LagState>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited