Country constructor
Country({})
Implementation
Country({
this.id,
this.name,
this.nameAr,
this.emoji,
this.emojiU,
this.state,
this.iso2,
this.iso3,
this.frenchname,
this.countrycode,
});
Country({
this.id,
this.name,
this.nameAr,
this.emoji,
this.emojiU,
this.state,
this.iso2,
this.iso3,
this.frenchname,
this.countrycode,
});