add method

void add(
  1. Node node
)

Implementation

void add(Node node) => root.addChild(node);