withLabel method

PinAnnotation withLabel(
  1. String value
)

Replaces PinAnnotation.label with value.

Implementation

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