Country constructor
Country({})
Implementation
Country({
required this.name,
required this.alpha2Code,
required this.alpha3Code,
required this.dialCode,
required this.flagUri,
this.nameTranslations,
});
Country({
required this.name,
required this.alpha2Code,
required this.alpha3Code,
required this.dialCode,
required this.flagUri,
this.nameTranslations,
});