getDescendants method

List<Node> getDescendants([
  1. bool directDescendantsOnly,
  2. bool predicate(
    1. Node node
    )
])

Implementation

external List<Node> getDescendants([bool directDescendantsOnly, bool Function(Node node) predicate]);