FileSystemPaths constructor

const FileSystemPaths({
  1. required String inputPath,
})

The paths in the file system that contain the wit files.

Implementation

const FileSystemPaths({
  required this.inputPath,
});