ServiceDescriptor<T> constructor
ServiceDescriptor<T> (
- ServiceLifetime lifetime,
- T factory()
Implementation
ServiceDescriptor(this.lifetime, this.factory);