WebApiModulesInventoryInventoryCopyPendingModificationsToOtherWarehousesRequest constructor

const WebApiModulesInventoryInventoryCopyPendingModificationsToOtherWarehousesRequest({
  1. String? fromWarehouseId,
  2. String? toWarehouseIds,
})

Implementation

const WebApiModulesInventoryInventoryCopyPendingModificationsToOtherWarehousesRequest({
  this.fromWarehouseId,
  this.toWarehouseIds,
});