Message_VoteOption$json top-level constant
Implementation
@$core.Deprecated('Use messageDescriptor instead')
const Message_VoteOption$json = {
'1': 'VoteOption',
'2': [
{'1': '_UNSPECIFIED', '2': 0},
{'1': 'YES', '2': 1},
{'1': 'ABSTAIN', '2': 2},
{'1': 'NO', '2': 3},
{'1': 'NO_WITH_VETO', '2': 4},
],
};