pageEndedAt property

int get pageEndedAt

The ending index of the current page.

Implementation

int get pageEndedAt => (page * itemsPerPage).clamp(0, totalItems);