countryName property

  1. @JsonKey(name: 'country')
String countryName
inherited

The country name of this location.

Implementation

@JsonKey(name: 'country')
String get countryName => throw _privateConstructorUsedError;