HttpBody$json top-level constant

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

Implementation

@$core.Deprecated('Use httpBodyDescriptor instead')
const HttpBody$json = const {
  '1': 'HttpBody',
  '2': const [
    const {'1': 'content_type', '3': 1, '4': 1, '5': 9, '10': 'contentType'},
    const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
    const {'1': 'extensions', '3': 3, '4': 3, '5': 11, '6': '.google.protobuf.Any', '10': 'extensions'},
  ],
};