copyWithWrapped method

Implementation

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