copyWith method

Implementation

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