Config constructor
Config(
- String filePath
Config constructor
Implementation
Config(String filePath) {
_loadConfig(filePath);
}
Config constructor
Config(String filePath) {
_loadConfig(filePath);
}