pageCount property

dynamic pageCount

当前页面上的数据条数。若 PageCount 小于传入的每页要获取的数量,表示当前是最后一页。

Implementation

get pageCount => _pageCount;