push method

_Self push(
  1. Arg command
)

Implementation

_Self push(Arg<dynamic> command) {
  commander().pushArg(command);
  return this as _Self;
}