isFailure property

bool get isFailure

Whether this result represents failure

Implementation

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