args property
The arguments to pass to the constructor of the dependency.
This is used for constructor injection and error reporting.
Implementation
final List<ArgumentValue>? args;
The arguments to pass to the constructor of the dependency.
This is used for constructor injection and error reporting.
final List<ArgumentValue>? args;