ExampleCommand constructor
ExampleCommand({
- required FileSystem fileSystem,
- required Logger logger,
Implementation
ExampleCommand({
required this.fileSystem,
required this.logger,
});