add method

void add(
  1. String argument
)

Adds the given argument to the command input.

Implementation

void add(String argument) => _internalArguments.add(argument);