WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest constructor

WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest({
  1. String? inventoryId,
  2. String? sessionId,
})

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest({
  this.inventoryId,
  this.sessionId,
});