operator [] method

dynamic operator [](
  1. dynamic key
)
override

Implementation

dynamic operator [](key) => wrapped[key];