nextSibling property
Node?
get
nextSibling
The MutationRecord read-only property nextSibling
is the next
sibling of an added or removed child node of the
target
of a MutationObserver.
Implementation
external Node? get nextSibling;