ProfileCurrency constructor
ProfileCurrency({
- CurrencyType? currency,
- bool? isDefaultCurrency,
- bool? isAvailable,
- bool? isInvoiceable,
Implementation
ProfileCurrency({
this.currency,
this.isDefaultCurrency,
this.isAvailable,
this.isInvoiceable,
});