clearLabel method

RangeAnnotation clearLabel()

Clears RangeAnnotation.label to null.

Implementation

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