operator [] method

T? operator [](
  1. String k
)

Implementation

T? operator [](String k) {
  return values[k];
}