copyWithWrapped method
Implementation
OutputGlobalColourBrightnessPut$RequestBody copyWithWrapped(
{Wrapped<int>? data}) {
return OutputGlobalColourBrightnessPut$RequestBody(
data: (data != null ? data.value : this.data));
}
OutputGlobalColourBrightnessPut$RequestBody copyWithWrapped(
{Wrapped<int>? data}) {
return OutputGlobalColourBrightnessPut$RequestBody(
data: (data != null ? data.value : this.data));
}