isSuccess property

bool get isSuccess

Whether the query was successful.

Implementation

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