CustomEnumValue$json top-level constant

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

Implementation

@$core.Deprecated('Use customEnumValueDescriptor instead')
const CustomEnumValue$json = {
  '1': 'CustomEnumValue',
  '2': [
    {'1': 'ordinal', '3': 1, '4': 1, '5': 5, '10': 'ordinal'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'value', '3': 3, '4': 1, '5': 5, '10': 'value'},
    {'1': 'display_name', '3': 4, '4': 1, '5': 9, '10': 'displayName'},
    {'1': 'type', '3': 5, '4': 1, '5': 5, '10': 'type'},
  ],
};