EnumValueDescriptorProto$json top-level constant

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

Implementation

@$core.Deprecated('Use enumValueDescriptorProtoDescriptor instead')
const EnumValueDescriptorProto$json = const {
  '1': 'EnumValueDescriptorProto',
  '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': 1,
      '5': 11,
      '6': '.google.protobuf.EnumValueOptions',
      '10': 'options'
    },
  ],
};