AnalysisSetAnalysisRootsParams constructor

AnalysisSetAnalysisRootsParams(
  1. List<String> included,
  2. List<String> excluded, {
  3. Map<String, String>? packageRoots,
})

Implementation

AnalysisSetAnalysisRootsParams(this.included, this.excluded,
    {this.packageRoots});