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