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