withSeriesId method

PointAnnotation withSeriesId(
  1. String value
)

Replaces PointAnnotation.seriesId with value.

Implementation

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