stateOrProvince property

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

The state or province code, maximum 3 characters. For example, CA for California in the US or ON for Ontario in Canada. > Required for the US and Canada.

Implementation

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