WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest constructor

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

Implementation

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