operator [] method
V?
operator [](
- K key
Returns the value associated with key. See get.
Implementation
V? operator [](K key) => get(key);
Returns the value associated with key. See get.
V? operator [](K key) => get(key);