UCountry constructor
UCountry({})
Implementation
UCountry({
required this.name,
required this.code,
required this.dialCode,
required this.flag,
required this.capital,
required this.continent,
required this.primaryReligion,
required this.currency,
required this.primaryLanguage,
});