TestCleanCommand constructor

TestCleanCommand({
  1. required Bindings bindings,
  2. required FindFile findFile,
  3. required FileSystem fs,
  4. required Logger logger,
  5. required PubspecLock pubspecLock,
  6. required PubspecYaml pubspecYaml,
  7. required ScriptsYaml scriptsYaml,
  8. required RunManyScripts runManyScripts,
  9. required RunOneScript runOneScript,
})

Implementation

TestCleanCommand({
  required this.bindings,
  required this.findFile,
  required this.fs,
  required this.logger,
  required this.pubspecLock,
  required this.pubspecYaml,
  required this.scriptsYaml,
  required this.runManyScripts,
  required this.runOneScript,
});