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