KeyValue$json top-level constant

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

Implementation

@$core.Deprecated('Use keyValueDescriptor instead')
const KeyValue$json = {
  '1': 'KeyValue',
  '2': [
    {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    {
      '1': 'value',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.common.v1.AnyValue',
      '10': 'value'
    },
  ],
};