DocumentNodes function
Implementation
DocumentNode DocumentNodes(List<DocumentNode> nodes) {
return DocumentNode(definitions: [...nodes.expand((n) => n.definitions)]);
}
DocumentNode DocumentNodes(List<DocumentNode> nodes) {
return DocumentNode(definitions: [...nodes.expand((n) => n.definitions)]);
}