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