Country constructor
Country({})
Implementation
Country({
required this.states,
required this.name,
required this.iso2,
required this.iso3,
required this.phoneCode,
required this.currencyName,
required this.currencySymbol,
required this.tld,
required this.region,
required this.emoji,
required this.emojiU,
});