canExpand property

bool get canExpand

Helper to check if this node can have children displayed in the current mode

Implementation

bool get canExpand {
  return children.isNotEmpty;
}