ignoresSubtree method

bool ignoresSubtree(
  1. Element element
)

Implementation

bool ignoresSubtree(Element element) {
  return isIgnoredSubtree?.call(element) ?? false;
}