hasData property

bool hasData

Whether at least one page was obtained.

It is possible for hasData to be true and hasError/isFetching to also be true. That is because docs will still be available even when the query changed or an error was emitted.

Implementation

bool get hasData;