copyWith method
Implementation
Intensity$Response copyWith({double? intensity}) {
return Intensity$Response(intensity: intensity ?? this.intensity);
}
Intensity$Response copyWith({double? intensity}) {
return Intensity$Response(intensity: intensity ?? this.intensity);
}