CountryData constructor
const
CountryData({})
Implementation
const CountryData({
required this.id,
required this.code,
required this.name,
required this.nameInEnglish,
required this.countryCode,
required this.isoCode2,
required this.isoCode3,
required this.population,
required this.area,
this.gdp,
this.description,
});