EnumValue$json top-level constant

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

Implementation

@$core.Deprecated('Use enumValueDescriptor instead')
const EnumValue$json = const {
  '1': 'EnumValue',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'number', '3': 2, '4': 1, '5': 5, '10': 'number'},
    const {'1': 'options', '3': 3, '4': 3, '5': 11, '6': '.google.protobuf.Option', '10': 'options'},
  ],
};