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