DependencyInvocation<E extends Element?> constructor

  1. @visibleForTesting
const DependencyInvocation<E extends Element?>(
  1. E bound,
  2. List<DependencyElement> positional, {
  3. Map<String, DependencyElement> named = const {},
})

Implementation

@visibleForTesting
const DependencyInvocation(
  this.bound,
  this.positional, {
  this.named = const {},
});