isError property

bool get isError

Whether this is a CombinedError: a source failed with nothing to show.

Implementation

bool get isError => this is CombinedError<T>;