normalParameterTypes property

List<DartType> normalParameterTypes

Return a list containing the types of the normal parameters of this type of function. The parameter types are in the same order as they appear in the declaration of the function.

Implementation

List<DartType> get normalParameterTypes;