ImportsPatcher constructor

ImportsPatcher(
  1. PathFixer fixer, {
  2. required String filename,
})

Implementation

ImportsPatcher(
  this.fixer, {
  required this.filename,
}) : super();