values constant

List<VoteOption> const values

Implementation

static const $core.List<VoteOption> values = <VoteOption> [
  VOTE_OPTION_UNSPECIFIED,
  VOTE_OPTION_YES,
  VOTE_OPTION_ABSTAIN,
  VOTE_OPTION_NO,
  VOTE_OPTION_NO_WITH_VETO,
];