positionalParameterTypes property

  1. @Deprecated('Please use normalParameterTypes and optionalParameterTypes')
List<DartType> get positionalParameterTypes

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

Deprecated: this getter is a part of the analyzer's private implementation, and was exposed by accident (see https://github.com/dart-lang/sdk/issues/59763). Please use normalParameterTypes and optionalParameterTypes instead.

Implementation

@Deprecated('Please use normalParameterTypes and optionalParameterTypes')
List<DartType> get positionalParameterTypes;