operator [] method

dynamic operator [](
  1. String name
)

Implementation

dynamic operator [](String name) => otherProperties[name];