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