hasChildren property

  1. @override
bool hasChildren
override

Returns true, if the node has child nodes.

Implementation

@override
bool get hasChildren => children.isNotEmpty;