ScanResult constructor

ScanResult({
  1. List<ProjectInfo> priorityProjects = const [],
  2. List<ProjectInfo> defaultProjects = const [],
  3. List<CacheTarget> globalTargets = const [],
})

Implementation

ScanResult({
  this.priorityProjects = const [],
  this.defaultProjects = const [],
  this.globalTargets = const [],
});