parameters property

  1. @Deprecated('Use formalParameters instead')
List<ParameterElement> get parameters

A list containing the parameters elements of this type of function.

The parameter types are not necessarily in the same order as they appear in the declaration of the function.

Implementation

@Deprecated('Use formalParameters instead')
List<ParameterElement> get parameters;