InjectedDependency constructor
InjectedDependency({})
Creates an InjectedDependency with the given parameters.
Implementation
InjectedDependency({
required this.type,
required this.paramName,
this.instanceName,
this.isFactoryParam = false,
this.isPositional = true,
this.isRequired = true,
});