clearLabel method

ThresholdAnnotation clearLabel()

Clears ThresholdAnnotation.label to null.

Implementation

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