countryName property

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

The full-length name of the country this place belongs to.

How It Can Be Used

  • Classify a Tweet by country name.

Implementation

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