ConfigReader constructor

ConfigReader([
  1. String configFilePath = 'analyze_unused_packages.json'
])

Creates a ConfigReader instance with the given configFilePath.

Implementation

ConfigReader([this.configFilePath = 'analyze_unused_packages.json']);