ConfigReader constructor
ConfigReader([
- String configFilePath = 'analyze_unused_packages.json'
Creates a ConfigReader instance with the given configFilePath
.
Implementation
ConfigReader([this.configFilePath = 'analyze_unused_packages.json']);