OrmProjectConfig.fromYaml constructor
OrmProjectConfig.fromYaml(
- YamlMap yaml
Creates a config directly from parsed YAML.
Implementation
factory OrmProjectConfig.fromYaml(YamlMap yaml) =>
OrmProjectConfig.fromMap(_flatten(yaml));