InteractiveCleanMenu constructor

InteractiveCleanMenu({
  1. required CommandContext context,
  2. required bool dryRun,
})

Implementation

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