clearContent method

bool clearContent()
inherited

Implementation

bool clearContent() {
  content!.nodes.clear();
  return true;
}