html package
documentation
dom
Node
firstChild property
firstChild
firstChild
property
Null safety
Node
?
firstChild
Implementation
Node? get firstChild => nodes.isNotEmpty ? nodes[0] : null;
html package
documentation
dom
Node
firstChild property
Node class
Properties
attributes
attributeSpans
attributeValueSpans
children
firstChild
hashCode
nodes
nodeType
parent
parentNode
runtimeType
sourceSpan
text
Methods
append
clone
contains
hasChildNodes
hasContent
insertBefore
noSuchMethod
remove
reparentChildren
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