withLabel method
- String value
Replaces PinAnnotation.label with value.
Implementation
PinAnnotation withLabel(String value) => copyWith(label: value);
Replaces PinAnnotation.label with value.
PinAnnotation withLabel(String value) => copyWith(label: value);