operator [] method Null safety

V? operator [](
  1. K key
)

Implementation

V? operator [](K key) {
  return _value[key];
}