copyWith method

ApplyToBrightness$Response copyWith({
  1. Object? applyToBrightness,
})

Implementation

ApplyToBrightness$Response copyWith({Object? applyToBrightness}) {
  return ApplyToBrightness$Response(
      applyToBrightness: applyToBrightness ?? this.applyToBrightness);
}