withSeriesId method

TrendAnnotation withSeriesId(
  1. String value
)

Replaces TrendAnnotation.seriesId with value.

Implementation

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