VoteType$json top-level constant
Implementation
@$core.Deprecated('Use voteTypeDescriptor instead')
const VoteType$json = const {
'1': 'VoteType',
'2': const [
const {'1': 'VOTE_UNKNOWN', '2': 0},
const {'1': 'VOTE_PREPARE', '2': 1},
const {'1': 'VOTE_PRECOMMIT', '2': 2},
const {'1': 'VOTE_CP_PRE_VOTE', '2': 3},
const {'1': 'VOTE_CP_MAIN_VOTE', '2': 4},
const {'1': 'VOTE_CP_DECIDED', '2': 5},
],
};