ServiceDescriptor constructor

ServiceDescriptor(
  1. Type serviceType,
  2. ServiceLifetime lifetime
)

Implementation

ServiceDescriptor(
  this.serviceType,
  this.lifetime,
);