withSeriesId method

RangeAnnotation withSeriesId(
  1. String value
)

Replaces RangeAnnotation.seriesId with value.

Implementation

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