nextSibling property
ChildNode?
get
nextSibling
Returns the next sibling.
Implementation
_i3.ChildNode? get nextSibling => _i4.getProperty(
this,
'nextSibling',
);
Returns the next sibling.
_i3.ChildNode? get nextSibling => _i4.getProperty(
this,
'nextSibling',
);