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,
})

Implementation

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