jsTrace property
bool
get
jsTrace
Whether JavaScript stack traces should be left as-is or converted to Dart-like traces.
Implementation
bool get jsTrace => _jsTrace ?? false;
Whether JavaScript stack traces should be left as-is or converted to Dart-like traces.
bool get jsTrace => _jsTrace ?? false;