CleanCommandConfigs constructor

const CleanCommandConfigs({
  1. LifecycleHooks hooks = LifecycleHooks.empty,
})

Implementation

const CleanCommandConfigs({
  this.hooks = LifecycleHooks.empty,
});