SourceLoader constructor
SourceLoader(
- String projectPath
Implementation
SourceLoader(this.projectPath) {
_contextCollection = AnalysisContextCollection(
includedPaths: [path.absolute(projectPath)],
);
}