Preferences constructor
Preferences({
- String? syncToken,
- ModificationMetaData? metaData,
- String? id,
- AccountingInfoPrefs? accountingInfoPrefs,
- CurrencyPrefs? currencyPrefs,
- EmailMessagesPrefs? emailMessagesPrefs,
- OtherPrefs? otherPrefs,
- ProductAndServicesPrefs? productAndServicesPrefs,
- ReportPrefs? reportPrefs,
- SalesFormsPrefs? salesFormsPrefs,
- TaxPrefs? taxPrefs,
- TimeTrackingPrefs? timeTrackingPrefs,
- 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
});