addRest method

void addRest(
  1. String rest
)

Implementation

void addRest(String rest) {
  _argResults.rest.add(rest);
}