copyWithWrapped method
Implementation
Y$Response copyWithWrapped({Wrapped<double?>? y}) {
return Y$Response(y: (y != null ? y.value : this.y));
}
Y$Response copyWithWrapped({Wrapped<double?>? y}) {
return Y$Response(y: (y != null ? y.value : this.y));
}