originalException property

  1. @override
dynamic originalException

Cause of this, might be null.

It represents the error that caused this.

Implementation

@override
dynamic get originalException => cause;