clear method

void clear()

Implementation

void clear() {
  element.children.clear();
  children.clear();
}