EnvironmentInstanceProvider<T> class

Inheritance

Constructors

EnvironmentInstanceProvider({required Environment environment, required AbstractInstanceProvider<T> provider})

Properties

dependencies List<EnvironmentInstanceProvider>?
getter/setter pair
eager bool
no setteroverride
environment Environment
final
hashCode int
The hash code for this object.
no setterinherited
host Type
no setterinherited
location String
no setteroverride
provider AbstractInstanceProvider<T>
final
replace bool
no setteroverride
resolvers List<ParameterResolver>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
no setteroverride
scopeInstance AbstractScope
getter/setter pair
type Type
no setteroverride

Methods

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

Operators

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