hasError property
bool
get
hasError
Returns true if the state is AsyncError.
Implementation
bool get hasError => this is AsyncError<T>;
Returns true if the state is AsyncError.
bool get hasError => this is AsyncError<T>;