SourceLoader constructor

SourceLoader(
  1. String projectPath
)

Implementation

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