nextSibling property

ChildType? nextSibling
getter/setter pair

The next sibling in the parent's child list.

Implementation

ChildType? nextSibling;