failed property

bool get failed

True if this is a UseCaseFailure.

Implementation

bool get failed => this is UseCaseFailure<T>;