FeatureParentApi class

Provides typed access to parent feature stores for a specific AppContainer.

Each container gets its own FeatureParentApi per feature (allocated by that container's FeatureRuntime) — so parentApi.of(x) resolves through the same container's runtime for x, never leaking into another container's state.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of<TExports>(Feature<dynamic, TExports, dynamic> feature) → TExports
Returns typed exports of a declared parent feature — either required (dependsOn) or optional (optionalDependsOn).
statusOf(AnyFeature feature) Store<FeatureStatus>
Returns a reactive Store mirroring the declared parent feature's current FeatureStatus for this container.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited