previousSibling property

Node? get previousSibling

Implementation

Node? get previousSibling => js_util.getProperty(this, 'previousSibling');