Inject<T> class

Constructors

Inject({List<Type>? typesInRequest, List<Bind<Object>>? overrideBinds = const []})
const

Properties

args ModularArguments?
no setter
hashCode int
The hash code for this object.
no setterinherited
overrideBinds List<Bind<Object>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typesInRequest List<Type>?
final

Methods

call<B extends Object>([Bind<B>? bind]) → B
dispose<B extends Object>() bool
get<B extends Object>([Bind<B>? bind]) → B
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