Future addChild(Node child) async { child._parent = this; _children.add(child); await child.ctor(); }