country property

  1. @JsonKey(name: 'countryCode')
Country? country
inherited

The country code of this location.

Implementation

@JsonKey(name: 'countryCode')
Country? get country => throw _privateConstructorUsedError;