values constant

List of all possible values in this StateManagerDeviceServiceStatus.

Implementation

static const values = <StateManagerDeviceServiceStatus>[
  DOWNLOADING,
  DOWNLOADED,
  DELETED,
  STOPPING,
  STOPPED,
  RUNNING,
  INSTALLING,
  INSTALLED,
  DEAD,
  PAUSED,
  RESTARTING,
  REMOVING,
  REMOVED,
  EXITED,
  UNHEALTHY,
  HEALTHY,
];