withSeriesId method

ChordAnnotation withSeriesId(
  1. String value
)

Replaces ChordAnnotation.seriesId with value.

Implementation

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