CountryModel constructor
CountryModel({})
Implementation
CountryModel({
required this.id,
required this.sortName,
required this.name,
required this.phoneCode,
this.flagEmoji,
this.capital,
this.currency,
});