copyWith method

Implementation

WebApiModulesHomeControlsOrderItemCancelManualSortRequest copyWith(
    {String? orderId, String? recType}) {
  return WebApiModulesHomeControlsOrderItemCancelManualSortRequest(
      orderId: orderId ?? this.orderId, recType: recType ?? this.recType);
}