operator [] method

String? operator [](
  1. String key
)

Implementation

String? operator [](String key) => _data[key];