startPage property

int startPage
final

If you want to query data by skipping a few pages. Defaults to 1 and should be > 0. This will be provided to the the fetcher function as page parameter

Implementation

final int startPage;