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