Visits the immediate children of this node.
@override forEach(callback) { callback(name); if (init != null) callback(init!); }