fromYaml static method

ProjectConfig fromYaml(
  1. String yaml
)

Implementation

static ProjectConfig fromYaml(String yaml) {
  return ProjectConfigMapper.fromMap(converYamlToMap(yaml));
}