CurrencyType constructor
Creates a CurrencyType with the given currencyCode,
currencySymbol, and flag.
Implementation
const CurrencyType({this.currencyCode, this.currencySymbol, this.flag});
Creates a CurrencyType with the given currencyCode,
currencySymbol, and flag.
const CurrencyType({this.currencyCode, this.currencySymbol, this.flag});