ProjectAnalyzer constructor
      
      ProjectAnalyzer({})
     
    
Creates a ProjectAnalyzer with the given directories to analyze and ignore.
Implementation
ProjectAnalyzer({
  required this.directoriesToAnalyze,
  required this.directoriesToIgnore,
});