PathFixer constructor

PathFixer(
  1. String pkgName, {
  2. required Directory pkgRoot,
  3. List<String>? importPaths,
})

Implementation

PathFixer(
  this.pkgName, {
  required this.pkgRoot,
  this.importPaths,
});