countryCodeFormat property

CountryCodeFormat? countryCodeFormat
getter/setter pair

To specify the format for the short country code expected to be returned in the address_components field (default is alpha3).

Implementation

CountryCodeFormat? countryCodeFormat = CountryCodeFormat.alpha3;