stackTrace property

StackTrace? get stackTrace

The stack trace of the error event, if available.

Implementation

StackTrace? get stackTrace => errorAndStackTrace.stackTrace;