parameterTypes property

List<String>? parameterTypes
getter/setter pair

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

List<String>? parameterTypes;