hasChildren property
bool
get
hasChildren
Whether this item contains children.
Implementation
bool get hasChildren => children.isNotEmpty;
Whether this item contains children.
bool get hasChildren => children.isNotEmpty;