IssuedCurrency constructor
Creates an instance of IssuedCurrency with the specified currency and issuer.
Implementation
IssuedCurrency({required this.currency, required this.issuer});
Creates an instance of IssuedCurrency with the specified currency and issuer.
IssuedCurrency({required this.currency, required this.issuer});