pageOffset property

int pageOffset
getter/setter pair

Current pagination offset.

Tracks the number of items already fetched, used for implementing offset-based pagination. Increment by limit after each successful fetch.

Implementation

int pageOffset = 0;