InjectedDependency constructor
InjectedDependency({})
Implementation
InjectedDependency({
required this.type,
required this.paramName,
this.instanceName,
this.isFactoryParam = false,
this.isPositional = true,
this.isRequired = true,
});