addArg method

Express addArg(
  1. Object? arg
)

Implementation

Express addArg(Object? arg) {
  this.args.add(arg);
  return this;
}