UseFactoryProviderElement constructor

  1. @visibleForTesting
const UseFactoryProviderElement(
  1. TokenElement e,
  2. TypeLink? providerType,
  3. Uri useFactory, {
  4. required DependencyInvocation<ExecutableElement> dependencies,
})

Implementation

@visibleForTesting
const UseFactoryProviderElement(
  TokenElement e,
  TypeLink? providerType,
  this.useFactory, {
  required this.dependencies,
}) : super._(
        e,
        providerType,
      );