menu
Dart
dart:html
Node
firstChild property
firstChild
brightness_4
brightness_5
description
firstChild
property
Node
?
firstChild
The first child of this node.
Other resources
Node.firstChild
from MDN.
Implementation
Node? get firstChild native;
Dart
dart:html
Node
firstChild property
Node class