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