stateOrProvince property

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

The two-letter ISO 3166-2 state or province code. Maximum length: 2 characters for addresses in the US.

Implementation

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