StackTraceInfo constructor
const
StackTraceInfo({
- required StackTrace trace,
Constructs a StackTraceInfo object with the given stack trace.
The stack trace is required to parse and extract detailed information.
Implementation
const StackTraceInfo({
required StackTrace trace,
}) : _trace = trace;