postalCode property

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

The postal code. Required if stateOrProvince and/or city is provided. When using alphanumeric postal codes, all letters must be uppercase. For example, 1234 AB or SW1A 1AA.

Implementation

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