hasChildren property

bool get hasChildren

Returns true if this node has any children

Implementation

bool get hasChildren => result.stack.isNotEmpty;