copyWith method

Implementation

OutputGlobalColourBrightnessPut$RequestBody copyWith({int? data}) {
  return OutputGlobalColourBrightnessPut$RequestBody(data: data ?? this.data);
}