setArgs method

void setArgs(
  1. 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;