postalCode property
The postal code. Maximum length: * 5 digits for an address in the US. * 10 characters for an address in all other countries.
Implementation
@BuiltValueField(wireName: r'postalCode')
String? get postalCode;
The postal code. Maximum length: * 5 digits for an address in the US. * 10 characters for an address in all other countries.
@BuiltValueField(wireName: r'postalCode')
String? get postalCode;