childrenGetter property

(Iterable<Node> Function(Node key)?) childrenGetter
finalinherited

The Function that returns the children of a key.

Implementation

final Iterable<K> Function(K key)? childrenGetter;