isSuccess property

bool get isSuccess

Whether the query resolved successfully and contains valid data.

Implementation

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