Creates a new Country from JSON.
factory Country.fromJson(Map<String, dynamic> json) => _$CountryFromJson(json);