formalParameters property
- @Deprecated('Use the function type of this parameter instead')
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;