InterconnectState enum
Constants
- available → const InterconnectState
-
@_s.JsonValue('available')
const InterconnectState(2)
- deleted → const InterconnectState
-
@_s.JsonValue('deleted')
const InterconnectState(5)
- deleting → const InterconnectState
-
@_s.JsonValue('deleting')
const InterconnectState(4)
- down → const InterconnectState
-
@_s.JsonValue('down')
const InterconnectState(3)
- pending → const InterconnectState
-
@_s.JsonValue('pending')
const InterconnectState(1)
- requested → const InterconnectState
-
@_s.JsonValue('requested')
const InterconnectState(0)
- unknown → const InterconnectState
-
@_s.JsonValue('unknown')
const InterconnectState(6)
-
values
→ const List<
InterconnectState> -
A constant List of the values in this enum, in order of their declaration.
const List<
InterconnectState>
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