DevforgeConfig constructor

DevforgeConfig({
  1. required InputPath? inputPath,
  2. required OutputPath? outputPath,
})

Implementation

DevforgeConfig({
  required this.inputPath,
  required this.outputPath,
});