nextElementSibling property
Element?
get
nextElementSibling
inherited
The Element.nextElementSibling
read-only
property returns the element immediately following the specified one in
its parent's
children list, or null
if the specified element is the last one in the
list.
Implementation
external Element? get nextElementSibling;