parameterTypes property

List<String>? parameterTypes
final

If the element is an executable, the declared types of the formal parameters of all kinds - required, optional positional, and optional named. Omitted if the element is not an executable.

Implementation

final List<String>? parameterTypes;