MapBoxFeedback constructor

MapBoxFeedback({
  1. int? rating,
  2. String? comment,
})

Constructor

Implementation

MapBoxFeedback({this.rating, this.comment});