hasError property

bool hasError
getter/setter pair

Whether a component within the tree that the ErrorBoundary is wrapping around threw an error.

Implementation

late bool hasError;