DevforgeConfig constructor
DevforgeConfig({
- required InputPath? inputPath,
- required OutputPath? outputPath,
Implementation
DevforgeConfig({
required this.inputPath,
required this.outputPath,
});