AbstractInstanceProvider<T> class abstract

internal class that is able to provide a specific type.

Implementers

Constructors

AbstractInstanceProvider()

Properties

eager bool
no setter
hashCode int
The hash code for this object.
no setterinherited
host Type
no setter
location String
no setter
replace bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
no setter
type Type
no setter

Methods

create(Environment environment, [List args = const []]) → T
getDependencies(Environment environment) → (List<ParameterResolver>, Set<Type>, int)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
report() String
resolve(ResolveContext context) → void
toString() String
A string representation of this object.
inherited

Operators

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