orderedParameterTypeDescriptors property

List<$AT> get orderedParameterTypeDescriptors

Implementation

List<$AT> get orderedParameterTypeDescriptors =>
    List<$AT>.from(method.orderedParameterTypeDescriptors);