pageEndedAt property
int
get
pageEndedAt
The ending index of the current page.
Implementation
int get pageEndedAt => (page * itemsPerPage).clamp(0, totalItems);
The ending index of the current page.
int get pageEndedAt => (page * itemsPerPage).clamp(0, totalItems);