operator [] method

dynamic operator [](
  1. String key
)

Implementation

operator [](String key) {
  return getProp(key);
}