operator [] method

dynamic operator [](
  1. String name
)

Implementation

operator [](String name) => getFieldValue(name);