values constant

List<State> const values

Implementation

static const $core.List<State> values = <State>[
  STATE_UNSPECIFIED,
  ACTIVE,
  CREATING,
  DELETING,
  ACTION_REQUIRED,
];