InjectedDependency constructor
InjectedDependency({
- required ImportableType type,
- required String paramName,
- String? instanceName,
- bool isFactoryParam = false,
- bool isPositional = true,
Implementation
InjectedDependency({
required this.type,
required this.paramName,
this.instanceName,
this.isFactoryParam = false,
this.isPositional = true,
});