TestCleanCommand constructor
TestCleanCommand({
- required Bindings bindings,
- required FindFile findFile,
- required FileSystem fs,
- required Logger logger,
- required PubspecLock pubspecLock,
- required PubspecYaml pubspecYaml,
Implementation
TestCleanCommand({
required this.bindings,
required this.findFile,
required this.fs,
required this.logger,
required this.pubspecLock,
required this.pubspecYaml,
});