originalError property

Object? originalError
final

If available, the original error/exception which caused this to be thrown (if not thrown manually)

Usually, one of description or originalError should be provided.

Implementation

final Object? originalError;