add abstract method

void add(
  1. covariant INode value
)

Add a child value node to the this node

Implementation

void add(covariant INode value);