Trace.parseVM constructor

Trace.parseVM(
  1. String trace
)

Parses a string representation of a Dart VM stack trace.

Implementation

Trace.parseVM(String trace) : this(_parseVM(trace), original: trace);