driverMap property
A table mapping the current context roots to the analysis driver created for that root.
Implementation
final Map<ContextRoot, AnalysisDriverGeneric> driverMap =
<ContextRoot, AnalysisDriverGeneric>{};
A table mapping the current context roots to the analysis driver created for that root.
final Map<ContextRoot, AnalysisDriverGeneric> driverMap =
<ContextRoot, AnalysisDriverGeneric>{};