push method
T
push(
- Arg command
inherited
Implementation
Self push(Arg<dynamic> command) {
commander().pushArg(command);
return this as Self;
}
Self push(Arg<dynamic> command) {
commander().pushArg(command);
return this as Self;
}