BMFPoiSearchResult constructor Null safety

BMFPoiSearchResult(
  1. {int? totalPageNum,
  2. int? curPageIndex,
  3. int? totalPOINum,
  4. int? curPOINum,
  5. List? poiInfoList}
)

BMFPoiSearchResult构造方法

Implementation

BMFPoiSearchResult({
  this.totalPageNum,
  this.curPageIndex,
  this.totalPOINum,
  this.curPOINum,
  this.poiInfoList,
});