Address$json top-level constant
Implementation
@$core.Deprecated('Use addressDescriptor instead')
const Address$json = {
'1': 'Address',
'2': [
{'1': 'street', '3': 1, '4': 1, '5': 9, '10': 'street'},
{'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
{'1': 'city', '3': 3, '4': 1, '5': 9, '10': 'city'},
{'1': 'country', '3': 4, '4': 1, '5': 11, '6': '.weebi.common.country.Country', '10': 'country'},
{'1': 'latitude', '3': 5, '4': 1, '5': 1, '10': 'latitude'},
{'1': 'longitude', '3': 6, '4': 1, '5': 1, '10': 'longitude'},
],
};