nextElementSibling property
Element?
get
nextElementSibling
The read-only nextElementSibling
property of the CharacterData
interface
returns the first Element node 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;