TestCleanCommand constructor
TestCleanCommand({
- required Bindings bindings,
- required FindFile findFile,
- required FileSystem fs,
- required Logger logger,
- required PubspecLock pubspecLock,
- required PubspecYaml pubspecYaml,
- required ScriptsYaml scriptsYaml,
- required RunManyScripts runManyScripts,
- 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,
});