hasMore property

bool hasMore

Whether there's more data to load.

Implementation

bool get hasMore => _isLoaded ? _query.hasNext : false;