DefaultServiceProviderFactory constructor

DefaultServiceProviderFactory({
  1. ServiceProviderOptions? options,
})

Initializes a new instance of the DefaultServiceProviderFactory class with the specified options or default options if none is provided.

Implementation

DefaultServiceProviderFactory({ServiceProviderOptions? options})
    : _options = options ??= ServiceProviderOptions();