hasChildren property

bool hasChildren
getter/setter pair

Whether this node has children, including children not loaded yet.

Set this to true with an empty rows list when using a lazy data source and loading children on demand.

Implementation

bool hasChildren;