withSeriesId method
- String value
Replaces ThresholdAnnotation.seriesId with value.
Implementation
ThresholdAnnotation withSeriesId(String value) => copyWith(seriesId: value);
Replaces ThresholdAnnotation.seriesId with value.
ThresholdAnnotation withSeriesId(String value) => copyWith(seriesId: value);