@override void visitChildren(void Function(Element e) visitor) { for (final c in _children) { visitor(c); } }