ExtendNodeInfo typedef

ExtendNodeInfo = void Function(NodeInfoBuilder)

Function that can augment a TreeNodeInfo using the provided NodeInfoBuilder.

Implementation

typedef ExtendNodeInfo = void Function(NodeInfoBuilder);