operator [] method

Parser? operator [](
  1. String name
)

Implementation

Parser? operator [](String name) => parsers[name];