operator [] method

dynamic operator [](
  1. dynamic attr
)

Implementation

operator [](attr) => this.pluck(attr);