IDebugAnScope class abstract
An interface for objects that can have their InjectorScope overriden for debug purposes.
Do not implement this class.
It is only meant to expose this common interface on Consumer, DetachedConsumer and InjectableProxy.
- 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. -
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