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