stateOrProvince property

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

The state or province code as defined in ISO 3166-2. For example, ON for Ontario, Canada. Required for the following countries: - Australia - Brazil - Canada - India - Mexico - New Zealand - United States

Implementation

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