innerStack property

StackTrace? innerStack
final

The StackTrace for the Error or Exception that triggered this exception.

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

Implementation

final StackTrace? innerStack;