SymbolImpactPath constructor

SymbolImpactPath({
  1. required String testPath,
  2. required List<String> symbolChain,
  3. required String changedSymbol,
  4. required String targetSymbol,
})

Implementation

SymbolImpactPath({
  required this.testPath,
  required this.symbolChain,
  required this.changedSymbol,
  required this.targetSymbol,
});