failed property
bool
get
failed
True if this is a UseCaseFailure.
Implementation
bool get failed => this is UseCaseFailure<T>;
True if this is a UseCaseFailure.
bool get failed => this is UseCaseFailure<T>;