VoteOption$json top-level constant

  1. @Deprecated('Use voteOptionDescriptor instead')
Map<String, Object> const VoteOption$json

Implementation

@$core.Deprecated('Use voteOptionDescriptor instead')
const VoteOption$json = const {
  '1': 'VoteOption',
  '2': const [
    const {'1': 'VOTE_OPTION_UNSPECIFIED', '2': 0, '3': const {}},
    const {'1': 'VOTE_OPTION_YES', '2': 1, '3': const {}},
    const {'1': 'VOTE_OPTION_ABSTAIN', '2': 2, '3': const {}},
    const {'1': 'VOTE_OPTION_NO', '2': 3, '3': const {}},
    const {'1': 'VOTE_OPTION_NO_WITH_VETO', '2': 4, '3': const {}},
  ],
  '3': const {},
};