lastChild property - Node class - dart:html library (original) (raw)
Node? getlastChild
The last child of this node.
Other resources
- Node.lastChildfrom MDN.
Implementation
Node? get lastChild native;
Node? getlastChild
The last child of this node.
Node? get lastChild native;