SearchPoiResponse constructor

const SearchPoiResponse({
  1. String? status,
  2. String? info,
  3. String? infoCode,
  4. String? count,
  5. List<Poi>? pois,
})

Implementation

const SearchPoiResponse({
  this.status,
  this.info,
  this.infoCode,
  this.count,
  this.pois,
});