values constant

List<ActionState> const values

Implementation

static const $core.List<ActionState> values = <ActionState> [
  ACTION_STATE_UNSPECIFIED,
  ACTION_STATE_INACTIVE,
  ACTION_STATE_ACTIVE,
];