postalCode property

  1. @BuiltValueField.new(wireName: r'postalCode')
String? get postalCode

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;