parameters property Null safety

NodeList<FormalParameter> parameters

Return the parameters associated with the method.

Implementation

NodeList<FormalParameter> get parameters;