ResolvingContext<T> class

Inheritance
Available Extensions

Constructors

ResolvingContext(DiContainer container)

Properties

container DiContainer
final
hashCode int
The hash code for this object.
no setterinherited
resolver Resolver<T>
Root resolver
no setter
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
resolve() → T
Resolves dependency of type T
override
toResolver<TImpl extends T>(Resolver<TImpl> resolver) ResolvingContext<T>
Adds resolver as a root resolver. Through this method you can add any custom resolver
toString() String
A string representation of this object.
inherited
verify() → void

Operators

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