ImpactAnalyzer constructor
ImpactAnalyzer({
- required ProjectGraph graph,
- required List<
SourceFile> discoveredTests,
Implementation
ImpactAnalyzer({
required this.graph,
required this.discoveredTests,
});