NavigationFeatures constructor

const NavigationFeatures({
  1. bool projectTraversal = true,
  2. bool gitTraversal = false,
  3. bool recursiveScan = true,
  4. bool interactiveMode = false,
  5. bool dryRun = false,
  6. bool jsonOutput = false,
  7. bool verbose = true,
})

Implementation

const NavigationFeatures({
  this.projectTraversal = true,
  this.gitTraversal = false,
  this.recursiveScan = true,
  this.interactiveMode = false,
  this.dryRun = false,
  this.jsonOutput = false,
  this.verbose = true,
});