Address$json top-level constant

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

Implementation

@$core.Deprecated('Use addressDescriptor instead')
const Address$json = const {
  '1': 'Address',
  '2': const [
    const {'1': 'city', '3': 1, '4': 1, '5': 9, '10': 'city'},
    const {'1': 'country', '3': 2, '4': 1, '5': 9, '10': 'country'},
    const {'1': 'countryCode', '3': 3, '4': 1, '5': 9, '10': 'countryCode'},
    const {'1': 'municipalityCode', '3': 4, '4': 1, '5': 9, '10': 'municipalityCode'},
    const {'1': 'municipalityName', '3': 5, '4': 1, '5': 9, '10': 'municipalityName'},
    const {'1': 'postalCode', '3': 6, '4': 1, '5': 9, '10': 'postalCode'},
    const {'1': 'street', '3': 7, '4': 1, '5': 9, '10': 'street'},
  ],
};