clearDashPattern method

ChordAnnotation clearDashPattern()

Clears ChordAnnotation.dashPattern to null.

Implementation

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