foldTraceOnly property

Set<String> foldTraceOnly

If non-empty, all packages not in this list will be folded when producing StackTraces.

Implementation

Set<String> get foldTraceOnly => _foldTraceOnly ?? {};