setArgs method
void
setArgs(
- Args args
Sets the arguments directly.
This method is an alternative to setArgsFactory and allows for static argument setting.
Implementation
void setArgs(Args args) => _args = args;