positionalParameterTypes property

List<DartType> get positionalParameterTypes
inherited

All the positional parameter types, starting with the required ones, and followed by the optional ones.

Implementation

List<TypeStructure> get positionalParameterTypes;