PillarEntry constructor
PillarEntry({
- required PillarKey key,
- required PillarFactoryWithScopeTracking factory,
- Object? value,
- PillarScope? instanceScope,
Implementation
PillarEntry({
required this.key,
required this.factory,
this.value,
this.instanceScope,
}) : isInstance = value != null,
effectiveScopeIncludingDependencies = instanceScope;