hasNextPage property
Whether there are more items after the current page. If null, computed from items.length and totalItems.
Implementation
final bool? hasNextPage;
Whether there are more items after the current page. If null, computed from items.length and totalItems.
final bool? hasNextPage;