TestAny$json top-level constant

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

Implementation

@$core.Deprecated('Use testAnyDescriptor instead')
const TestAny$json = const {
  '1': 'TestAny',
  '2': const [
    const {'1': 'int32_value', '3': 1, '4': 1, '5': 5, '10': 'int32Value'},
    const {
      '1': 'any_value',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'anyValue'
    },
    const {
      '1': 'repeated_any_value',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'repeatedAnyValue'
    },
    const {'1': 'text', '3': 4, '4': 1, '5': 9, '10': 'text'},
  ],
};