Module class abstract

Implementers
Annotations

Constructors

Module()

Properties

binds List<Bind<Object>>
no setter
hashCode int
The hash code for this object.
no setterinherited
imports List<Module>
no setter
instanciatedSingletons List
no setter
paths Set<String>
final
routes List<ModularRoute>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeBinds(List<Bind<Object>> b) → void
cleanInjects() → void
Dispose all bind from the memory
getBind<T extends Object>({required List<Type> typesInRequest}) → T?
getInjectedBind<T>([Type? type]) → T?
getProcessBinds() List<Bind<Object>>
instance(List singletons) → void
Create a instance of all binds isn't lazy Loaded
isReady() Future<void>
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