vmTrace property

StackTrace vmTrace

Returns a VM-style StackTrace object.

The return value's toString method will always return a string representation in the Dart VM's stack trace format, regardless of what platform is being used.

Implementation

StackTrace get vmTrace => VMTrace(frames);