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