operator [] method

dynamic operator [](
  1. String property
)

Implementation

operator [](String property) => getPropertyValue(property);