parameterTypes property
If the type is a function type, the types of the function parameters of all kinds - required, optional positional, and optional named. Omitted if the type is not a function type.
Implementation
List<RuntimeCompletionExpressionType>? parameterTypes;