hasChildren property

bool get hasChildren

Whether this node currently has children.

Implementation

bool get hasChildren {
  return controller.hasChildren(key);
}