clearLabel method

TrendAnnotation clearLabel()

Clears TrendAnnotation.label to null.

Implementation

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