nextSibling property

Node? get nextSibling

Implementation

dom.Node? get nextSibling => util.nextSibling(node);