hasNextPage property

bool hasNextPage

True if there is another page of results; false otherwise.

Implementation

bool get hasNextPage => _cursor != null;