Add a list of child nodes.
@override void addAll(Iterable<Node> children) { for (var child in children) { add(child); } }