requiredPositionalParameterCount property

  1. @Deprecated('Please use normalParameterTypes.length')
int get requiredPositionalParameterCount

The number of elements of positionalParameterTypes that are required parameters.

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.length instead.

Implementation

@Deprecated('Please use normalParameterTypes.length')
int get requiredPositionalParameterCount;