children property

List<CNode>? children
finalinherited

The children of the node, if they exists

Implementation

final List<CNode>? children;