ExampleCommand constructor

ExampleCommand({
  1. required FileSystem fileSystem,
  2. required Logger logger,
})

Implementation

ExampleCommand({
  required this.fileSystem,
  required this.logger,
});