args property

List<ArgumentValue>? args
final

The arguments to pass to the constructor of the dependency.

This is used for constructor injection and error reporting.

Implementation

final List<ArgumentValue>? args;