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