DupEnum_TestEnumWithDupValueLite$json top-level constant
- @Deprecated('Use dupEnumDescriptor instead')
Implementation
@$core.Deprecated('Use dupEnumDescriptor instead')
const DupEnum_TestEnumWithDupValueLite$json = {
'1': 'TestEnumWithDupValueLite',
'2': [
{'1': 'FOO1', '2': 1},
{'1': 'BAR1', '2': 2},
{'1': 'BAZ', '2': 3},
{'1': 'FOO2', '2': 1},
{'1': 'BAR2', '2': 2},
],
'3': {'2': true},
};