copyWith method
Implementation
ApplyToHue$Response copyWith({Object? applyToHue}) {
return ApplyToHue$Response(applyToHue: applyToHue ?? this.applyToHue);
}
ApplyToHue$Response copyWith({Object? applyToHue}) {
return ApplyToHue$Response(applyToHue: applyToHue ?? this.applyToHue);
}