copyWithWrapped method
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
copyWithWrapped({})
Implementation
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
copyWithWrapped({
Wrapped<MicrosoftAspNetCoreMvcActionResult?>? result,
Wrapped<
WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound?
>?
value,
}) {
return MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic(
result: (result != null ? result.value : this.result),
value: (value != null ? value.value : this.value),
);
}