Config constructor

Config(
  1. String filePath
)

Config constructor

Implementation

Config(String filePath) {
  _loadConfig(filePath);
}