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
Properties
baseUri
childNodes
firstChild
hashCode
isConnected
lastChild
nextNode
nodeName
nodes
nodeType
nodeValue
on
ownerDocument
parent
parentNode
previousNode
runtimeType
text
Methods
addEventListener
append
clone
contains
dispatchEvent
getRootNode
hasChildNodes
insertAllBefore
insertBefore
noSuchMethod
remove
removeEventListener
replaceWith
toString
Operators
operator ==
Constants
ATTRIBUTE_NODE
CDATA_SECTION_NODE
COMMENT_NODE
DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
DOCUMENT_TYPE_NODE
ELEMENT_NODE
ENTITY_NODE
ENTITY_REFERENCE_NODE
NOTATION_NODE
PROCESSING_INSTRUCTION_NODE
TEXT_NODE