originalError property
final
The error object that was caught and wrapped by this error object, if any.
Implementation
final Object? originalError;
The error object that was caught and wrapped by this error object, if any.
final Object? originalError;