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