hasNextPage property

bool hasNextPage

Returns true if the PagedValue is Success and has more items to load.

Implementation

bool get hasNextPage => asSuccess.nextPageKey != null;