shouldLogErrors property

bool? shouldLogErrors
getter/setter pair

Whether errors caught by this ErrorBoundary should be logged using a Logger.

Default: true

Implementation

bool? shouldLogErrors;