Country constructor
Country({})
Implementation
Country({
required this.name,
required this.nameAr,
required this.dialCode,
required this.currency,
required this.iso2,
required this.iso3,
required this.isArabianCountry,
required this.isKhalijiCountry,
});