operator [] method

dynamic operator [](
  1. String key
)

Implementation

dynamic operator [](String key) {
  return get<dynamic>(key);
}