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;
}