operator [] method

GlossaryItem? operator [](
  1. String id
)

Implementation

GlossaryItem? operator [](String id) => items[id];