clearLabel method

ChordAnnotation clearLabel()

Clears ChordAnnotation.label to null.

Implementation

ChordAnnotation clearLabel() => copyWith(clearLabel: true);