BindContext class abstract

Implementers

Constructors

BindContext()

Properties

binds List<BindContract<Object>>
Link injected objects
no setter
hashCode int
The hash code for this object.
no setterinherited
imports List<BindContext>
Import Binds from other modules. ATTENTION: The binds must be marked with the flag export: true, in the module to be imported.
no setter
instanciatedSingletons List<BindEntry<Object>>
Bind ready as singleton
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeBinds(List<BindContract<Object>> newBinds) → void
Change binds
dispose() → void
Dispose all bind from the memory
getBind<T extends Object>(Injector injector) BindEntry<T>?
Get the binds for that context.
getProcessBinds() List<BindContract<Object>>
get processed binds
isReady() Future<void>
checks if all asynchronous binds are ready to be used synchronously.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove<T>() bool
Dispose bind from the memory
toString() String
A string representation of this object.
inherited

Operators

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