copyWithWrapped method
Implementation
HightlightOutOfGamutPixelsEnabled$Response copyWithWrapped(
{Wrapped<Object?>? hightlightOutOfGamutPixelsEnabled}) {
return HightlightOutOfGamutPixelsEnabled$Response(
hightlightOutOfGamutPixelsEnabled:
(hightlightOutOfGamutPixelsEnabled != null
? hightlightOutOfGamutPixelsEnabled.value
: this.hightlightOutOfGamutPixelsEnabled));
}