contains method

bool contains(
  1. Node child
)
inherited

Implementation

bool contains(Node child) {
  return childNodes.contains(child);
}