AnalyzerContext constructor
AnalyzerContext({
- required String projectPath,
- required FileSystem fileSystem,
- Map<
String, String> configuration = const {}, - SourceFileCache? sourceFileCache,
Implementation
AnalyzerContext({
required this.projectPath,
required this.fileSystem,
this.configuration = const {},
this.sourceFileCache,
});