copyWith method
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
copyWith({})
Implementation
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
copyWith({
MicrosoftAspNetCoreMvcActionResult? result,
WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound? value,
}) {
return MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic(
result: result ?? this.result,
value: value ?? this.value,
);
}