firstChild method

Node? firstChild()

Implementation

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