operator [] method

Parameter? operator [](
  1. ParameterType type
)

Retrieves the parameter with the given type

Implementation

Parameter? operator [](ParameterType type) => parameters[type.typeName];