fromYaml static method

SDConfig fromYaml(
  1. String yaml
)

Implementation

static SDConfig fromYaml(String yaml) => fromMap(converYamlToMap(yaml));