Preferences constructor

Preferences({
  1. String? syncToken,
  2. ModificationMetaData? metaData,
  3. String? id,
  4. AccountingInfoPrefs? accountingInfoPrefs,
  5. CurrencyPrefs? currencyPrefs,
  6. EmailMessagesPrefs? emailMessagesPrefs,
  7. OtherPrefs? otherPrefs,
  8. ProductAndServicesPrefs? productAndServicesPrefs,
  9. ReportPrefs? reportPrefs,
  10. SalesFormsPrefs? salesFormsPrefs,
  11. TaxPrefs? taxPrefs,
  12. TimeTrackingPrefs? timeTrackingPrefs,
  13. VendorAndPurchasesPrefs? vendorAndPurchasesPrefs,
})

Implementation

Preferences({
  this.syncToken, this.metaData, this.id, this.accountingInfoPrefs,
  this.currencyPrefs, this.emailMessagesPrefs, this.otherPrefs,
  this.productAndServicesPrefs, this.reportPrefs, this.salesFormsPrefs,
  this.taxPrefs, this.timeTrackingPrefs, this.vendorAndPurchasesPrefs
});