getChildren method

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

Implementation

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