WebApiModulesHomeControlsContainerItemEmptyContainerRequest constructor

const WebApiModulesHomeControlsContainerItemEmptyContainerRequest({
  1. String? itemId,
  2. String? warehouseId,
  3. String? deleteAll,
})

Implementation

const WebApiModulesHomeControlsContainerItemEmptyContainerRequest({
  this.itemId,
  this.warehouseId,
  this.deleteAll,
});