ProjectIntermediate constructor
const
ProjectIntermediate({
- required String absolutePath,
- required String path,
- required Pubspec pubspec,
- required ProjectType type,
Constructor
Implementation
const ProjectIntermediate({
required this.absolutePath,
required this.path,
required this.pubspec,
required this.type,
});