operator [] method

dynamic operator [](
  1. String key
)

Implementation

operator [](String key) => toMap()[key];