CleanupTarget constructor
const
CleanupTarget({})
Implementation
const CleanupTarget({
required this.id,
required this.label,
required this.path,
required this.category,
this.destructive = true,
this.contentsOnly = false,
this.command,
});