clearDashPattern method

ThresholdAnnotation clearDashPattern()

Clears ThresholdAnnotation.dashPattern to null.

Implementation

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