clearDashPattern method
Clears ThresholdAnnotation.dashPattern to null.
Implementation
ThresholdAnnotation clearDashPattern() => copyWith(clearDashPattern: true);
Clears ThresholdAnnotation.dashPattern to null.
ThresholdAnnotation clearDashPattern() => copyWith(clearDashPattern: true);