FileSystemPaths constructor
const
FileSystemPaths({
- required String inputPath,
The paths in the file system that contain the wit files.
Implementation
const FileSystemPaths({
required this.inputPath,
});