firstChild property

Node? get firstChild

Implementation

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