lastChild property - Node class - dart:html library (original) (raw)

description

Node? getlastChild

The last child of this node.

Other resources

Implementation

Node? get lastChild native;