pageIndex property

int get pageIndex

Zero-based active page index. With infinite paging this is the last successfully loaded page index.

Implementation

int get pageIndex => _dataSet._pagingCoordinator.pageIndex;