onParentChanged property
Optional observer fired by setParent after the parent write. Mutable so the owner can wire it up after construction (avoiding late-final initialization cycles when the subscriber's late field references this store). See ParentChangedCallback for invocation semantics.
Implementation
ParentChangedCallback? onParentChanged;