StackTraceParser constructor

StackTraceParser(
  1. StackTrace trace
)

Implementation

StackTraceParser(this.trace) {
  _parseTrace();
}