hasChildren property

bool hasChildren

Whether or not this node has any children.

Implementation

bool get hasChildren => _children.isNotEmpty;