foldTraceOnly property
If non-empty, all packages not in this list will be folded when producing StackTraces.
Implementation
Set<String> get foldTraceOnly => _foldTraceOnly ?? {};
If non-empty, all packages not in this list will be folded when producing StackTraces.
Set<String> get foldTraceOnly => _foldTraceOnly ?? {};