MapMarkerContentModel constructor

MapMarkerContentModel({
  1. required String title,
  2. String? description,
  3. String? hexColor = "#000000",
})

Implementation

MapMarkerContentModel({required this.title, this.description, this.hexColor = "#000000"});