firstChild property - Node class - dart:html library (original) (raw)
Node? getfirstChild
The first child of this node.
Other resources
- Node.firstChildfrom MDN.
Implementation
Node? get firstChild native;
Node? getfirstChild
The first child of this node.
Node? get firstChild native;