innerError property

Object? innerError
final

The Error or Exception that triggered this exception.

If this instance was created by user code, this field will be null.

Implementation

final Object? innerError;