postalCode property
A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
Implementation
@BuiltValueField(wireName: r'postalCode')
String get postalCode;
A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
@BuiltValueField(wireName: r'postalCode')
String get postalCode;