stateOrProvince property

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

The abbreviation of the state or province. Required if the houseNumberOrName, street, city, or postalCode are provided. Maximum length: * 2 characters for addresses in the US or Canada. * 3 characters for all other countries.

Implementation

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