setArg method

void setArg(
  1. Argument arg
)

Implementation

void setArg(Argument arg) {
  args[arg.name] = arg;
}