SubPois constructor

SubPois({
  1. required String title,
  2. required String snippet,
  3. required String subTypeDes,
  4. required int distance,
  5. required String poiId,
  6. required String subName,
  7. required SubLatLonPoint subLatLonPoint,
})

Implementation

SubPois({
  required this.title,
  required this.snippet,
  required this.subTypeDes,
  required this.distance,
  required this.poiId,
  required this.subName,
  required this.subLatLonPoint,
});