List<Object> yamlListToDartList(YamlList map) { return List.unmodifiable(List<Object>.from(map.nodes.map<Object>(yamlNodeToDartObject))); }