copyWith method
Implementation
WebApiModulesHomeControlsPickListUtilityItemStartSessionRequest copyWith(
{String? orderId}) {
return WebApiModulesHomeControlsPickListUtilityItemStartSessionRequest(
orderId: orderId ?? this.orderId);
}
WebApiModulesHomeControlsPickListUtilityItemStartSessionRequest copyWith(
{String? orderId}) {
return WebApiModulesHomeControlsPickListUtilityItemStartSessionRequest(
orderId: orderId ?? this.orderId);
}