Country constructor
Country({})
Implementation
Country({
required this.country,
required this.acronym,
required this.idd,
this.ddds,
required this.flag,
required this.format,
});
Country({
required this.country,
required this.acronym,
required this.idd,
this.ddds,
required this.flag,
required this.format,
});