stackTrace property

StackTrace? stackTrace

The stack trace of the error event, if available.

Implementation

StackTrace? get stackTrace => errorAndStackTrace.stackTrace;