Message_VoteOption$json top-level constant

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

Implementation

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