MapMarker constructor
const
MapMarker({
- required String id,
- required MapLocation location,
- required String title,
Implementation
const MapMarker({
required this.id,
required this.location,
required this.title,
});