operator [] method

V? operator [](
  1. Object? key
)

As Map.

Implementation

V? operator [](Object? key) => _map[key];