GroupId$json top-level constant

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

Implementation

@$core.Deprecated('Use groupIdDescriptor instead')
const GroupId$json = {
  '1': 'GroupId',
  '2': [
    {'1': 'unsigned_value', '3': 1, '4': 1, '5': 4, '9': 0, '10': 'unsignedValue'},
    {'1': 'integer_value', '3': 2, '4': 1, '5': 3, '9': 0, '10': 'integerValue'},
    {'1': 'string_value', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'stringValue'},
  ],
  '8': [
    {'1': 'kind'},
  ],
};