BaseConfiguration constructor

BaseConfiguration(
  1. Map yamlMap,
  2. BaseLogger logger
)

Constructor: reads the configuration file. yamlMap contains the data.

Implementation

BaseConfiguration(this.yamlMap, this.logger);