hasChildren method

bool hasChildren()
inherited

Implementation

bool hasChildren() {
  return firstChild != null;
}