WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent constructor
WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent({
- String? start,
- String? end,
- String? text,
- String? backColor,
- String? barColor,
- String? textColor,
- String? resource,
- String? orderId,
- String? orderNumber,
- String? orderType,
- String? orderStatus,
- String? orderDescription,
- String? orderLocation,
- String? deal,
- String? poNumber,
- String? id,
- 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,
});