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