UseFactoryProviderElement constructor

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

Implementation

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