operator [] method

Field? operator [](
  1. String key
)

Implementation

Field? operator [](String key) => get(key);