hasChildren property

bool get hasChildren
inherited

Implementation

bool get hasChildren => _children?.isNotEmpty ?? false;