copyWithWrapped method

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest
    copyWithWrapped(
        {Wrapped<String?>? inventoryId, Wrapped<String?>? sessionId}) {
  return WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest(
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      sessionId: (sessionId != null ? sessionId.value : this.sessionId));
}