clearSeriesId method
Clears RangeAnnotation.seriesId to null.
Implementation
RangeAnnotation clearSeriesId() => copyWith(clearSeriesId: true);
Clears RangeAnnotation.seriesId to null.
RangeAnnotation clearSeriesId() => copyWith(clearSeriesId: true);