mapNode method

TransformNode<T, V> mapNode(
  1. K key
)

Implementation

TransformNode<T, V> mapNode(K key) => groupNodes[key]!;