previousSibling method

Node? previousSibling()

Implementation

Node? previousSibling() => js_util.callMethod(this, 'previousSibling', []);