firstChild property

Node? firstChild

Implementation

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