Project constructor
Project({
- required Engine engine,
- required String path,
- required PubyConfig config,
- required bool example,
- bool exclude = false,
- required Set<
String> dependencies, - required bool fvm,
- required ProjectType type,
- ProjectType? parentType,
Create a Project
Implementation
Project({
required this.engine,
required this.path,
required this.config,
required this.example,
required this.hidden,
this.exclude = false,
required this.dependencies,
required this.fvm,
required this.type,
this.parentType,
});