IterablePolylineX extension

on

Methods

findByKey(Key? key) InteractivePolyline<Object>

Available on List<InteractivePolyline<Object>>, provided by the IterablePolylineX extension

findByKeyOrNull(Key? key) InteractivePolyline<Object>?

Available on List<InteractivePolyline<Object>>, provided by the IterablePolylineX extension

indexOfKey(Key? key) int

Available on List<InteractivePolyline<Object>>, provided by the IterablePolylineX extension

removeAtKey(Key? key) → ({int index, InteractivePolyline<Object>? polyline, bool removed})

Available on List<InteractivePolyline<Object>>, provided by the IterablePolylineX extension

tryIndexOfKey(Key? key) int

Available on List<InteractivePolyline<Object>>, provided by the IterablePolylineX extension

updateByKey(Key? key, InteractivePolyline<Object> newPolyline) InteractivePolyline<Object>

Available on List<InteractivePolyline<Object>>, provided by the IterablePolylineX extension