operator [] method

dynamic operator [](
  1. Object? key
)

Implementation

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