ProfileCurrency constructor

ProfileCurrency({
  1. CurrencyType? currency,
  2. bool? isDefaultCurrency,
  3. bool? isAvailable,
  4. bool? isInvoiceable,
})

Implementation

ProfileCurrency({
  this.currency,
  this.isDefaultCurrency,
  this.isAvailable,
  this.isInvoiceable,
});