menu
html package
documentation
dom.dart
Node
firstChild property
firstChild property
dark_mode
light_mode
firstChild
property
Node
?
get
firstChild
Implementation
Node? get firstChild => nodes.isNotEmpty ? nodes[0] : null;
html package
documentation
dom
Node
firstChild property
Node class