currentPageIndex property

dynamic get currentPageIndex

Implementation

get currentPageIndex => pageIndex >= pageLimit ? pageLimit : pageIndex;