children property

List<DartBlockProgramTreeNode> children
final

The list of child nodes.

A node is not limited to a fixed number of children, though most DartBlock components have a singular child.

Implementation

final List<DartBlockProgramTreeNode> children = [];