StackTraceSpan constructor
StackTraceSpan(
- StackTrace stackTrace
Renders a stack trace.
Typically used together with ErrorSpan to show both the error message and where it occurred.
Implementation
StackTraceSpan(this.stackTrace);