PoiResult constructor

PoiResult({
  1. num? count,
  2. List<Pois>? pois,
})

Implementation

PoiResult(
    {this.count, this.pois});