namedParameterTypeDescriptors property

Map<String, $AT> get namedParameterTypeDescriptors

Implementation

Map<String, $AT> get namedParameterTypeDescriptors =>
    Map<String, $AT>.from(method.mappedParameterTypeDescriptors);