CleanConfig constructor

const CleanConfig({
  1. bool gradle = true,
  2. bool xcode = true,
  3. bool cocoapods = true,
  4. bool trash = false,
})

Implementation

const CleanConfig({
  this.gradle = true,
  this.xcode = true,
  this.cocoapods = true,
  this.trash = false,
});