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