postalCode property

  1. @BuiltValueField.new(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.

Implementation

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