values constant

List<State> const values

Implementation

static const $core.List<State> values = <State> [
  USER_STATE_UNSPECIFIED,
  USER_STATE_ACTIVE,
  USER_STATE_INACTIVE,
  USER_STATE_DELETED,
  USER_STATE_LOCKED,
];