AsyncBind<T extends Object> class

Inheritance

Constructors

AsyncBind(Future<T> asyncInject(Inject i), {bool export = false})

Properties

asyncInject Future<T> Function(Inject i)
final
export bool
export bind for others modules
final
hashCode int
The hash code for this object.
no setterinherited
inject Future<T> Function(Inject i)
finalinherited
isLazy bool
When 'true', the object is instantiated only the first time it is called. When 'false', the object is instantiated along with the module.
finalinherited
isSingleton bool
single instance object?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

converToAsyncBind() Future<Bind<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveAsyncBind() Future<T>
toString() String
A string representation of this object.
inherited

Operators

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