Property$json top-level constant

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

Implementation

@$core.Deprecated('Use propertyDescriptor instead')
const Property$json = const {
  '1': 'Property',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.api.Property.PropertyType',
      '10': 'type'
    },
    const {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
  ],
  '4': const [Property_PropertyType$json],
};