lastChild property
Node?
get
lastChild
Last direct child node of the given node, or null if no child exists.
Implementation
external Node? get lastChild;
Last direct child node of the given node, or null if no child exists.
external Node? get lastChild;