currentPageLength property

int currentPageLength

Implementation

int get currentPageLength => pages[currentPage]?.length ?? 0;