DependencyInvocation<E extends Element?> class

Statically analyzed arguments needed to invoke a constructor or function.

Constructors

DependencyInvocation(E bound, List<DependencyElement> positional, {Map<String, DependencyElement> named = const {}})
const

Properties

bound → E
What constructor or top-level/static function this invokes.
final
hashCode int
The hash code for this object.
no setteroverride
named Map<String, DependencyElement>
Named arguments.
final
positional List<DependencyElement>
Positional arguments, in order analyzed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override