@internal void enqueueAdd(Component child, Component parent) { queue.addLast() ..kind = LifecycleEventKind.add ..child = child ..parent = parent; }