isSuccess property

bool get isSuccess

Whether at least one page was loaded successfully.

Implementation

bool get isSuccess => status == QueryStatus.success;