WebApiModulesAgentScheduleBarCodeReservationResource constructor

WebApiModulesAgentScheduleBarCodeReservationResource({
  1. String? name,
  2. String? id,
  3. String? backColor,
  4. String? leftBarColor,
  5. String? orderItemId,
  6. String? barCode,
  7. String? rentalItemId,
  8. String? frozen,
  9. bool? qcRequired,
  10. String? qcRequiredColor,
  11. String? inventoryId,
  12. String? warehouseId,
  13. String? consignor,
  14. List<WebApiModulesAgentScheduleBarCodeReservationResource>? children,
})

Implementation

WebApiModulesAgentScheduleBarCodeReservationResource({
  this.name,
  this.id,
  this.backColor,
  this.leftBarColor,
  this.orderItemId,
  this.barCode,
  this.rentalItemId,
  this.frozen,
  this.qcRequired,
  this.qcRequiredColor,
  this.inventoryId,
  this.warehouseId,
  this.consignor,
  this.children,
});