copyWith method

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest
    copyWith({String? inventoryId, String? sessionId}) {
  return WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest(
      inventoryId: inventoryId ?? this.inventoryId,
      sessionId: sessionId ?? this.sessionId);
}