isFailed property

bool isFailed

Return ture when the query/action has finished with error

Implementation

bool get isFailed => this is FailedResult;