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