clearLabel method

PointAnnotation clearLabel()

Clears PointAnnotation.label to null.

Implementation

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