UseFactoryProviderElement constructor
- @visibleForTesting
- TokenElement e,
- TypeLink? providerType,
- Uri useFactory, {
- required DependencyInvocation<ExecutableElement> dependencies,
Implementation
@visibleForTesting
const UseFactoryProviderElement(
  super.e,
  super.providerType,
  this.useFactory, {
  required this.dependencies,
}) : super._();