operator [] method

V? operator [](
  1. T token
)

Implementation

V? operator [](T token) => _map[token];