WebApiModulesAgentOrderCrewWorkWeek constructor

const WebApiModulesAgentOrderCrewWorkWeek({
  1. bool? monday,
  2. bool? tuesday,
  3. bool? wednesday,
  4. bool? thursday,
  5. bool? friday,
  6. bool? saturday,
  7. bool? sunday,
  8. double? hoursPerDay,
  9. double? crewHoursOT,
  10. double? crewHoursDT,
  11. String? orderId,
})

Implementation

const WebApiModulesAgentOrderCrewWorkWeek({
  this.monday,
  this.tuesday,
  this.wednesday,
  this.thursday,
  this.friday,
  this.saturday,
  this.sunday,
  this.hoursPerDay,
  this.crewHoursOT,
  this.crewHoursDT,
  this.orderId,
});