getChildren property

List<T> Function(T node) getChildren
final

Returns the child nodes of the given node.

Implementation

final List<T> Function(T node) getChildren;