ServiceSpec.fromYaml constructor
ServiceSpec.fromYaml(
- String yaml
Implementation
factory ServiceSpec.fromYaml(String yaml) {
return ServiceSpec.fromJson(jsonDecode(jsonEncode(loadYaml(yaml))));
}
factory ServiceSpec.fromYaml(String yaml) {
return ServiceSpec.fromJson(jsonDecode(jsonEncode(loadYaml(yaml))));
}