operator [] method

dynamic operator [](
  1. String key
)
inherited

Implementation

dynamic operator [](String key) {
  return get(key);
}