parameters property Null safety
Return the parameters of the function-typed parameter, or null
if this
is not a function-typed field formal parameter.
Implementation
FormalParameterList? get parameters;
Return the parameters of the function-typed parameter, or null
if this
is not a function-typed field formal parameter.
FormalParameterList? get parameters;