Project constructor
Project({
- required Engine engine,
- required String path,
- required PubyConfig config,
- required bool example,
- bool exclude = false,
Create a Project
Implementation
Project({
required this.engine,
required this.path,
required this.config,
required this.example,
required this.hidden,
this.exclude = false,
});