ICurrency.empty constructor
ICurrency.empty()
Implementation
factory ICurrency.empty() {
return ICurrency(
currencyCode: '-',
currencyNumber: 0,
currencyName: '-',
id: '-',
currencyPic: '-',
);
}