toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'x': x,
      'y': y,
      'color': color.value,
      'markerTitle': markerTitle,
      'note': note,
      'photos': photos,
      'photosName': photosName,
    };