countryCode property - Address class - search library - Dart API
countryCode
countryCode property
getter/setter pair
An ISO-3166-1 (3-letter) country code for the address, for example, "USA". Note: This String can be empty when no data is available.
Implementation
String countryCode;