values constant

List<DeviceStatusState> const values

List of all possible values in this DeviceStatusState.

Implementation

static const values = <DeviceStatusState>[
  UNKNOWN,
  UNMANAGED,
  UNAVAILABLE,
  DISCONNECTED,
  PREPARE,
  CONFIG,
  NEED_AUTH,
  IP_CONFIG,
  IP_CHECK,
  SECONDARIES,
  ACTIVATED,
  DEACTIVATING,
  FAILED,
];