setArgs method

dynamic setArgs(
  1. String args
)

Implementation

setArgs(String args) {
  this.args = args;
}