DescriptorProto_ExtensionRange$json top-level constant

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

Implementation

@$core.Deprecated('Use descriptorProtoDescriptor instead')
const DescriptorProto_ExtensionRange$json = const {
  '1': 'ExtensionRange',
  '2': const [
    const {'1': 'start', '3': 1, '4': 1, '5': 5, '10': 'start'},
    const {'1': 'end', '3': 2, '4': 1, '5': 5, '10': 'end'},
    const {
      '1': 'options',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.ExtensionRangeOptions',
      '10': 'options'
    },
  ],
};