copyWithWrapped method
Implementation
WebApiModulesInventoryRepairKissFlowRepairOrderSubmissionRequest
copyWithWrapped({Wrapped<String?>? repairId, Wrapped<String?>? goToUrl}) {
return WebApiModulesInventoryRepairKissFlowRepairOrderSubmissionRequest(
repairId: (repairId != null ? repairId.value : this.repairId),
goToUrl: (goToUrl != null ? goToUrl.value : this.goToUrl),
);
}