markers property
Set<Marker>
get
markers
Set of markers placed on the map.
Implementation
Set<Marker> get markers => _markerMap.values.toSet();
Set of markers placed on the map.
Set<Marker> get markers => _markerMap.values.toSet();