CleanCommand constructor
CleanCommand(
- String? targetPath
Creates a new CleanCommand with optional targetPath.
Implementation
CleanCommand(this.targetPath);
Creates a new CleanCommand with optional targetPath.
CleanCommand(this.targetPath);