country property

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

The ISO Alpha-2 country code this place belongs to.

How It Can Be Used

  • Classify a Tweet by country code.

Implementation

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