CurrencyPrefs constructor

CurrencyPrefs({
  1. ReferenceType? homeCurrency,
  2. bool? multiCurrencyEnabled,
})

Implementation

CurrencyPrefs({
  this.homeCurrency, this.multiCurrencyEnabled
});