parentGetter property

Node? Function(Node key)? parentGetter
finalinherited

The Function that returns the parent of a key.

Implementation

final K? Function(K key)? parentGetter;