regionCode property

String? regionCode
getter/setter pair

CLDR region code of the country/region of the address.

This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.

Required.

Implementation

core.String? regionCode;