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