formalParameters property

  1. @Deprecated('Use the function type of this parameter instead')
List<FormalParameterElement> get formalParameters

The formal parameters defined by this formal parameter.

A parameter will only define other parameters if it is a function typed formal parameter.

Implementation

@Deprecated('Use the function type of this parameter instead')
List<FormalParameterElement> get formalParameters;