WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent constructor

WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent({
  1. String? start,
  2. String? end,
  3. String? text,
  4. String? backColor,
  5. String? barColor,
  6. String? textColor,
  7. String? resource,
  8. String? orderId,
  9. String? orderNumber,
  10. String? orderType,
  11. String? orderStatus,
  12. String? orderDescription,
  13. String? orderLocation,
  14. String? deal,
  15. String? poNumber,
  16. String? id,
  17. String? orderBy,
})

Implementation

WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent({
  this.start,
  this.end,
  this.text,
  this.backColor,
  this.barColor,
  this.textColor,
  this.resource,
  this.orderId,
  this.orderNumber,
  this.orderType,
  this.orderStatus,
  this.orderDescription,
  this.orderLocation,
  this.deal,
  this.poNumber,
  this.id,
  this.orderBy,
});