ResolvedReflectiveFactory(Function factory, List<ReflectiveDependency> dependencies, Function postProcess)

Constructs a resolved factory.

factory returns an instance of an object represented by a key.

dependencies is a list of dependencies passed to factory as parameters.

postProcess function is applied to the value constructed by factory.

Source

ResolvedReflectiveFactory(this.factory, this.dependencies, this.postProcess);