operator [] method

dynamic operator [](
  1. String key
)

Implementation

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