unsetRoot method

dynamic unsetRoot()

Implementation

unsetRoot() {
  this.root = null;
}