jsTrace property

bool jsTrace

Whether JavaScript stack traces should be left as-is or converted to Dart-like traces.

Implementation

bool get jsTrace => _jsTrace ?? false;