isFailure property

bool isFailure

Whether this instance is of final type QueryFailure.

Implementation

bool get isFailure => this is QueryFailure<T>;