innerError property

Object? innerError
final

If this exception was thrown as a result of another error, contains the source error object.

Implementation

final Object? innerError;