putValue property

  1. @protected
void Function<T>(RadixTreeNode<T> node, String key, T? value) putValue
final

Called from []= operator to set value.

Deafults to RadixTreeUtils.removeValue.

Implementation

@protected
final void Function<T>(RadixTreeNode<T> node, String key, T? value) putValue;