writeParametersMatchingArguments abstract method
void
writeParametersMatchingArguments(
- ArgumentList arguments, {
- ExecutableElement? methodBeingCopied,
Writes the code for a list of parameters that would match the given list
of arguments
.
The surrounding parentheses are not written.
Implementation
void writeParametersMatchingArguments(
ArgumentList arguments, {
ExecutableElement? methodBeingCopied,
});