MarkerJson constructor
MarkerJson({
- required List<
Coordinates> coords, - String? name,
Implementation
MarkerJson({required this.coords, this.name});
MarkerJson({required this.coords, this.name});