isFailure property
bool
get
isFailure
Whether this result represents failure
Implementation
bool get isFailure => this is RxFailure<T>;
Whether this result represents failure
bool get isFailure => this is RxFailure<T>;