markers property

Set<Marker> get markers

Set of markers placed on the map.

Implementation

Set<Marker> get markers => _markerMap.values.toSet();