DeviceStatusState class
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → DeviceStatusState? -
listFromJson(
dynamic json, {bool growable = false}) → List< DeviceStatusState> ?
Constants
- ACTIVATED → const DeviceStatusState
- CONFIG → const DeviceStatusState
- DEACTIVATING → const DeviceStatusState
- DISCONNECTED → const DeviceStatusState
- FAILED → const DeviceStatusState
- IP_CHECK → const DeviceStatusState
- IP_CONFIG → const DeviceStatusState
- NEED_AUTH → const DeviceStatusState
- PREPARE → const DeviceStatusState
- SECONDARIES → const DeviceStatusState
- UNAVAILABLE → const DeviceStatusState
- UNKNOWN → const DeviceStatusState
- UNMANAGED → const DeviceStatusState
-
values
→ const List<
DeviceStatusState> - List of all possible values in this DeviceStatusState.