operator [] method

dynamic operator [](
  1. String index
)

Implementation

dynamic operator [](String index) => condition[index];