nextSibling property

ChildNode? nextSibling

Returns the next sibling.

MDN Reference

Implementation

_i3.ChildNode? get nextSibling => _i4.getProperty(
      this,
      'nextSibling',
    );