childNodes property Null safety

List<Node> childNodes
@Returns('NodeList'), @Creates('NodeList')

A list of this node's children.

Other resources

Implementation

@Returns('NodeList')
@Creates('NodeList')
List<Node> get childNodes native;