DependencyInvocation<E extends Element?> constructor
- @visibleForTesting
- E bound,
- List<
DependencyElement> positional, { - Map<
String, DependencyElement> named = const {},
Implementation
@visibleForTesting
const DependencyInvocation(
this.bound,
this.positional, {
this.named = const {},
});