children property
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 = [];
The list of child nodes.
A node is not limited to a fixed number of children, though most DartBlock components have a singular child.
final List<DartBlockProgramTreeNode> children = [];