copyWithWrapped method
Implementation
WebApiModulesHomeControlsCompanyContactRestoreAlphabeticalSortRequest
copyWithWrapped({Wrapped<String?>? companyId}) {
return WebApiModulesHomeControlsCompanyContactRestoreAlphabeticalSortRequest(
companyId: (companyId != null ? companyId.value : this.companyId),
);
}