MarkerJson constructor

MarkerJson({
  1. required List<Coordinates> coords,
  2. String? name,
})

Implementation

MarkerJson({required this.coords, this.name});