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