hasChildren property
bool
get
hasChildren
Whether this node currently has children.
Implementation
bool get hasChildren {
return controller.hasChildren(key);
}
Whether this node currently has children.
bool get hasChildren {
return controller.hasChildren(key);
}