labelFn property

TypedAccessorFn<TreeNode<T>, String>? labelFn
final

Accessor function that returns the label for a tree node.

Implementation

final TypedAccessorFn<TreeNode<T>, String>? labelFn;