previousSibling property
Node?
get
previousSibling
Return the previous and next sibling respectively of the added or removed nodes, and null otherwise.
Implementation
_i3.Node? get previousSibling => _i4.getProperty(
this,
'previousSibling',
);