TimeTrackingPrefs constructor

TimeTrackingPrefs({
  1. bool? usingSalesTax,
  2. bool? billCustomers,
  3. bool? markTimeEntriesBillable,
  4. bool? showBillRateToAll,
  5. String? workWeekStartDate,
})

Implementation

TimeTrackingPrefs({
  this.usingSalesTax, this.billCustomers, this.markTimeEntriesBillable,
  this.showBillRateToAll, this.workWeekStartDate
});