hasChildren property

bool get hasChildren
inherited

Whether this container has any children.

Implementation

bool get hasChildren {
  return children.isNotEmpty;
}