withSeriesId method

ThresholdAnnotation withSeriesId(
  1. String value
)

Replaces ThresholdAnnotation.seriesId with value.

Implementation

ThresholdAnnotation withSeriesId(String value) => copyWith(seriesId: value);