clearSeriesId method
Clears ThresholdAnnotation.seriesId to null.
Implementation
ThresholdAnnotation clearSeriesId() => copyWith(clearSeriesId: true);
Clears ThresholdAnnotation.seriesId to null.
ThresholdAnnotation clearSeriesId() => copyWith(clearSeriesId: true);