stackTrace property
StackTrace?
get
stackTrace
The stack trace of the error event, if available.
Implementation
StackTrace? get stackTrace => errorAndStackTrace.stackTrace;
The stack trace of the error event, if available.
StackTrace? get stackTrace => errorAndStackTrace.stackTrace;