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