lastChild method

Node? lastChild()

Implementation

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