parameterNames property

List<String>? parameterNames
final

If the element is an executable, the names of the formal parameters of all kinds - required, optional positional, and optional named. The names of positional parameters are empty strings. Omitted if the element is not an executable.

Implementation

final List<String>? parameterNames;