copyWithWrapped method

Implementation

WebApiModulesAgentOrderContactRestoreAlphabeticalSortRequest copyWithWrapped({
  Wrapped<String?>? orderId,
}) {
  return WebApiModulesAgentOrderContactRestoreAlphabeticalSortRequest(
    orderId: (orderId != null ? orderId.value : this.orderId),
  );
}