Config constructor

Config({
  1. String? templatePath,
  2. String? defaultModuleName,
})

Implementation

Config({
  this.templatePath,
  this.defaultModuleName,
});