clearLabel method

PolarThreshold clearLabel()

Clears PolarThreshold.label to null.

Implementation

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