DartProjectConfig constructor
const
DartProjectConfig({})
Implementation
const DartProjectConfig({
required this.projectName,
required this.projectParentDir,
required this.template,
required this.shouldForce,
required this.shouldRunPubGet,
});