toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'marker_icon': this.markerIcon,
      'feedback_icon': this.feedbackIcon,
      'show_feedback': this.showFeedback,
      'location_source': this.locationSource
    };