copyWith method

ApplyToHue$Response copyWith({
  1. Object? applyToHue,
})

Implementation

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