namedParameterTypes property

Map<String, DartType> namedParameterTypes

A map from the names of named parameters to the types of the named parameters of this type of function.

The entries in the map are not necessarily iterated in the same order as the order in which the named parameters are defined. If there are no named parameters declared, then the map will be empty.

Implementation

Map<String, DartType> get namedParameterTypes;