TestError$json top-level constant

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

Implementation

@$core.Deprecated('Use testErrorDescriptor instead')
const TestError$json = const {
  '1': 'TestError',
  '2': const [
    const {
      '1': 'test_case',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'testCase'
    },
    const {
      '1': 'status',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
    const {
      '1': 'test_time',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'testTime'
    },
  ],
};