addArgument method

void addArgument(
  1. String value
)

Implementation

void addArgument(String value) => _arguments.add(value);