operator [] method

dynamic operator [](
  1. String selector
)

Implementation

dynamic operator [](String selector) => get(selector);