ProjectInfo constructor
ProjectInfo({
- required String path,
- required List<
CacheTarget> targets, - bool isPriority = false,
Implementation
ProjectInfo({
required this.path,
required this.targets,
this.isPriority = false,
});