isError property

bool get isError

Whether the query resulted in an error.

Implementation

bool get isError => status == QueryStatus.error;