Country constructor
const
Country({})
Instantiates a Country with the specified asset
, dialingCode
and isoCode
Implementation
const Country({
required this.asset,
required this.assetCircleFlag,
required this.dialingCode,
required this.isoCode,
required this.currency,
required this.currencyISO,
this.name = "",
});