bySource method
Implementation
List<ISpectLogData> bySource(String source) => _traces
.where((t) => t.additionalData?[TraceKeys.source] == source)
.toList();
List<ISpectLogData> bySource(String source) => _traces
.where((t) => t.additionalData?[TraceKeys.source] == source)
.toList();