Country constructor
Country({})
Implementation
Country({
required this.alpha2,
required this.alpha3,
required this.callingCode,
required this.numberlength,
required this.englishName,
required this.nativeName,
this.flagUri = "",
});