parameters property
FormalParameterList?
get
parameters
The parameters associated with the function, or null
if the function is
part of a top-level getter.
Implementation
FormalParameterList? get parameters;