operator [] method

Package? operator [](
  1. String key
)

Implementation

Package? operator [](String key) {
  return _map[key];
}