parameterElements property

List<ParameterElement?> get parameterElements

A list containing the elements representing the parameters in this list.

The list contains nulls if the parameters in this list haven't been resolved.

Implementation

List<ParameterElement?> get parameterElements;