hasChildren property

bool get hasChildren

Implementation

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