childrenGetter property

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

The Function that returns the children of a key.

Implementation

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