AbstractInstanceProvider<T> class
abstract
internal class that is able to provide a specific type.
- Implementers
Constructors
Properties
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