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