MapData constructor

const MapData({
  1. required List<MapMarker> mapMarkers,
})

Implementation

const MapData({
  required this.mapMarkers,
});