hasChildrenRows property
bool
get
hasChildrenRows
Implementation
bool get hasChildrenRows => children != null && children!.isNotEmpty;
bool get hasChildrenRows => children != null && children!.isNotEmpty;