postalCode property
The postal code. Maximum length: * 5 digits for an address in the US. * 10 characters for an address in all other countries. Supported characters: a-z A-Z 0-9 and Space. > Required for addresses in the US.
Implementation
@BuiltValueField(wireName: r'postalCode')
String? get postalCode;