ndSet method

void ndSet(
  1. K key,
  2. V? value
)

Implementation

void ndSet(K key, V? value) => set(key, value);