IterablePolylineX extension
Methods
-
findByKey(
Key? key) → InteractivePolyline< Object> -
Available on List<
InteractivePolyline< , provided by the IterablePolylineX extensionObject> > -
findByKeyOrNull(
Key? key) → InteractivePolyline< Object> ? -
Available on List<
InteractivePolyline< , provided by the IterablePolylineX extensionObject> > -
indexOfKey(
Key? key) → int -
Available on List<
InteractivePolyline< , provided by the IterablePolylineX extensionObject> > -
removeAtKey(
Key? key) → ({int index, InteractivePolyline< Object> ? polyline, bool removed}) -
Available on List<
InteractivePolyline< , provided by the IterablePolylineX extensionObject> > -
tryIndexOfKey(
Key? key) → int -
Available on List<
InteractivePolyline< , provided by the IterablePolylineX extensionObject> > -
updateByKey(
Key? key, InteractivePolyline< Object> newPolyline) → InteractivePolyline<Object> -
Available on List<
InteractivePolyline< , provided by the IterablePolylineX extensionObject> >