Country constructor
Country({})
Country constructor
Implementation
Country(
{required this.name,
required this.flag,
required this.iso2,
required this.iso3,
required this.prefix,
required this.currency});