PostalAddress$json top-level constant

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

Implementation

@$core.Deprecated('Use postalAddressDescriptor instead')
const PostalAddress$json = const {
  '1': 'PostalAddress',
  '2': const [
    const {'1': 'revision', '3': 1, '4': 1, '5': 5, '10': 'revision'},
    const {'1': 'region_code', '3': 2, '4': 1, '5': 9, '10': 'regionCode'},
    const {'1': 'language_code', '3': 3, '4': 1, '5': 9, '10': 'languageCode'},
    const {'1': 'postal_code', '3': 4, '4': 1, '5': 9, '10': 'postalCode'},
    const {'1': 'sorting_code', '3': 5, '4': 1, '5': 9, '10': 'sortingCode'},
    const {
      '1': 'administrative_area',
      '3': 6,
      '4': 1,
      '5': 9,
      '10': 'administrativeArea'
    },
    const {'1': 'locality', '3': 7, '4': 1, '5': 9, '10': 'locality'},
    const {'1': 'sublocality', '3': 8, '4': 1, '5': 9, '10': 'sublocality'},
    const {'1': 'address_lines', '3': 9, '4': 3, '5': 9, '10': 'addressLines'},
    const {'1': 'recipients', '3': 10, '4': 3, '5': 9, '10': 'recipients'},
    const {'1': 'organization', '3': 11, '4': 1, '5': 9, '10': 'organization'},
  ],
};