hasChildren property

bool hasChildren

Whether this container has any children.

Implementation

bool get hasChildren {
  return children.isNotEmpty;
}