operator [] method

String? operator [](
  1. String key
)

Implementation

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