ScanResult constructor
ScanResult({
- List<
ProjectInfo> priorityProjects = const [], - List<
ProjectInfo> defaultProjects = const [], - List<
CacheTarget> globalTargets = const [],
Implementation
ScanResult({
this.priorityProjects = const [],
this.defaultProjects = const [],
this.globalTargets = const [],
});