hasChildren property

bool hasChildren
final

Whether node has any child nodes.

This value is gotten from calling TreeController.childrenProvider with node an checking if the returned iterable is not empty.

This value may have changed since this entry was created.

Implementation

final bool hasChildren;