withLabel method

ChordAnnotation withLabel(
  1. String value
)

Replaces ChordAnnotation.label with value.

Implementation

ChordAnnotation withLabel(String value) => copyWith(label: value);