isNotEmpty property
bool
get
isNotEmpty
Checks if this node has children
Implementation
bool get isNotEmpty => children.isNotEmpty;
Checks if this node has children
bool get isNotEmpty => children.isNotEmpty;