The country from json factory
factory Country.fromJson(Map<String, dynamic> json) => _$CountryFromJson(json);