operator [] method

V operator [](
  1. K key
)
inherited

Implementation

V operator [](K key) => _map[key]!;