copyWith method

Implementation

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