reset method

void reset()

Resets instances and generated tree.

Implementation

void reset() {
  _generatedHTMLTrees.clear();
}