stateOrProvince property

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

The two-letter ISO 3166-2 state or province code. For example, CA in the US or ON in Canada. > Required for the US and Canada.

Implementation

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