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