add method

void add(
  1. String parameter
)

Implementation

void add(String parameter) {
  parameters.add(parameter);
}