IScopeProxy class abstract
An interface for classes that may transport an Injector down an dependency tree automatically.
Must not be implemented by outside packages.
This interface is exposed because it can be used by external libraries on InjectorScopeBuilder.addBoundFactory.
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
debugOverrideScope(
InjectorScope newScope, {ScopeOverridingMode mode = ScopeOverridingMode.replace}) → void -
Overide the current InjectorScope with an
newScope
in the desiredmode
for debuggind or testing purposes.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited