copyWithWrapped method

HightlightOutOfGamutPixelsEnabled$Response copyWithWrapped({
  1. Wrapped<Object?>? hightlightOutOfGamutPixelsEnabled,
})

Implementation

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