copyWith method
Implementation
WebApiModulesHomeControlsOrderContactRestoreAlphabeticalSortRequest copyWith({
String? orderId,
}) {
return WebApiModulesHomeControlsOrderContactRestoreAlphabeticalSortRequest(
orderId: orderId ?? this.orderId,
);
}