parameterElements property

List<ParameterElement?> parameterElements

Return a list containing the elements representing the parameters in this list.

The list will contain nulls if the parameters in this list have not been resolved.

Implementation

List<ParameterElement?> get parameterElements;