Trace.parseVM constructor
- String trace
Parses a string representation of a Dart VM stack trace.
Implementation
Trace.parseVM(String trace) : this(_parseVM(trace), original: trace);
Parses a string representation of a Dart VM stack trace.
Trace.parseVM(String trace) : this(_parseVM(trace), original: trace);