addChild method

dynamic addChild(
  1. NodeData child
)
inherited

Implementation

addChild(NodeData child) {
  children.add(child);
}