copyWith method

Implementation

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