isEmpty property

bool get isEmpty

Whether no page is held — pages.isEmpty. A value written by a fetch always holds at least one page; an empty one comes from initialData or setQueryData.

Implementation

bool get isEmpty => pages.isEmpty;