hasNextPage property

bool? hasNextPage
final

Whether there are more items after the current page. If null, computed from items.length and totalItems.

Implementation

final bool? hasNextPage;