writeParametersMatchingArguments abstract method

void writeParametersMatchingArguments(
  1. ArgumentList arguments, {
  2. 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,
});