hasChildren property

bool hasChildren

Implementation

bool get hasChildren => children != null && children!.length > 0;