hasChildren property
bool
get
hasChildren
Implementation
bool get hasChildren => childrenKeys != null && childrenKeys!.isNotEmpty;
bool get hasChildren => childrenKeys != null && childrenKeys!.isNotEmpty;