writeParametersMatchingArguments abstract method
void
writeParametersMatchingArguments(
- ArgumentList arguments, {
- @Deprecated(_deprecationMessageMethodBeingCopied) ExecutableElement? methodBeingCopied,
- List<
TypeParameterElement> ? typeParametersInScope,
Writes the code for a list of parameters that would match the given list
of arguments.
The surrounding parentheses are not written.
If typeParametersInScope is provided, then it will be used to resolve
what are the valid type parameters to use.
Implementation
void writeParametersMatchingArguments(
ArgumentList arguments, {
@Deprecated(_deprecationMessageMethodBeingCopied)
ExecutableElement? methodBeingCopied,
List<TypeParameterElement>? typeParametersInScope,
});