pageStartedAt property

int get pageStartedAt

Implementation

int get pageStartedAt => totalItems == 0 ? 0 : ((page - 1) * itemsPerPage) + 1;