CleanConfig constructor

const CleanConfig({
  1. CleanOn on = CleanOn.success,
  2. bool flutter = true,
  3. bool outputs = true,
})

Implementation

const CleanConfig({
  this.on = CleanOn.success,
  this.flutter = true,
  this.outputs = true,
});