withLabel method

PointAnnotation withLabel(
  1. String value
)

Replaces PointAnnotation.label with value.

Implementation

PointAnnotation withLabel(String value) => copyWith(label: value);