nextSibling property Null safety

ChildType? nextSibling
read / write

The next sibling in the parent's child list.

Implementation

ChildType? nextSibling;