PathUtils constructor

const PathUtils({
  1. required FileSystem fileSystem,
  2. required Context pathContext,
})

Creates a PathUtils instance with mockable fileSystem and pathContext dependencies.

Implementation

const PathUtils({required this.fileSystem, required this.pathContext});