parameterTypes property

List<RuntimeCompletionExpressionType>? parameterTypes
final

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

final List<RuntimeCompletionExpressionType>? parameterTypes;