copyWithWrapped method

Implementation

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