ProjectIntermediate constructor

const ProjectIntermediate({
  1. required String absolutePath,
  2. required String path,
  3. required Pubspec pubspec,
  4. required ProjectType type,
})

Constructor

Implementation

const ProjectIntermediate({
  required this.absolutePath,
  required this.path,
  required this.pubspec,
  required this.type,
});