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