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