BMFPoiIndoorSearchResult constructor

BMFPoiIndoorSearchResult(
  1. {int totalPOINum,
  2. int totalPageNum,
  3. int curPOINum,
  4. int curPageIndex,
  5. List<BMFPoiIndoorInfo> poiIndoorInfoList}
)

有参构造

Implementation

BMFPoiIndoorSearchResult(
    {this.totalPOINum,
    this.totalPageNum,
    this.curPOINum,
    this.curPageIndex,
    this.poiIndoorInfoList});