parameters property

FormalParameterList? parameters

Return the parameters associated with the method, or null if this method declares a getter.

Implementation

FormalParameterList? get parameters;