clearLabel method
Clears ThresholdAnnotation.label to null.
Implementation
ThresholdAnnotation clearLabel() => copyWith(clearLabel: true);
Clears ThresholdAnnotation.label to null.
ThresholdAnnotation clearLabel() => copyWith(clearLabel: true);