push method

T push(
  1. Arg command
)
inherited

Implementation

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