Config constructor Null safety

Config(
  1. String _configFilepath
)

A constructor that takes the path to a configuration file.

Implementation

Config(this._configFilepath);