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