postalCode property
The postal code. Required if the houseNumberOrName, street, city, or stateOrProvince are provided. Maximum length: * 5 digits for addresses in the US. * 10 characters for all other countries.
Implementation
@BuiltValueField(wireName: r'postalCode')
String? get postalCode;