ICurrency constructor
ICurrency({})
Implementation
ICurrency(
{required this.id,
required this.currencyCode,
required this.currencyNumber,
required this.currencyName,
required this.currencyPic});