operator [] method

V? operator [](
  1. dynamic key
)

Implementation

V? operator [](dynamic key) => get(key as K);