postalCode property

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

The postal code. Maximum length: * 5 digits for an address in the US. * 10 characters for an address in all other countries.

Implementation

@BuiltValueField(wireName: r'postalCode')
String? get postalCode;