isEmpty method

bool isEmpty()

Tests whether there are any {@link Boundable}s at this node.

@return true if there are boundables at this node

Implementation

bool isEmpty() {
  return childBoundables.isEmpty;
}