isSuccess property

bool get isSuccess

Whether the query has successfully resolved at least one page.

Implementation

bool get isSuccess => _status.value == QueryStatus.success;