InteractiveCleanMenu constructor
InteractiveCleanMenu({
- required CommandContext context,
- required bool dryRun,
Implementation
InteractiveCleanMenu({required this.context, required bool dryRun})
: _dryRun = dryRun;