PathUtils constructor
const
PathUtils({
- required FileSystem fileSystem,
- required Context pathContext,
Creates a PathUtils instance with mockable fileSystem and pathContext dependencies.
Implementation
const PathUtils({required this.fileSystem, required this.pathContext});