Config constructor Null safety
- String _configFilepath
A constructor that takes the path to a configuration file.
Implementation
Config(this._configFilepath);
A constructor that takes the path to a configuration file.
Config(this._configFilepath);