copyWith method

Implementation

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