operator [] method

dynamic operator [](
  1. String name
)

Implementation

operator [](String name) {
  return _properties[name];
}