CurrencyPrefs constructor
      
      CurrencyPrefs({ 
    
    
- ReferenceType? homeCurrency,
 - bool? multiCurrencyEnabled,
 
Implementation
CurrencyPrefs({
  this.homeCurrency, this.multiCurrencyEnabled
});