operator [] method

dynamic operator [](
  1. dynamic key
)
inherited

operator map data

Implementation

operator [](key) {
  return rawData[key];
}