YamlConfigReader constructor

YamlConfigReader([
  1. String? path
])

Creates a new instance of the config reader.

  • path (optional) a path to configuration file.

Implementation

YamlConfigReader([String? path]) : super(path);