InstabugModule class
Properties
-
binds
→ List<Bind<Object>>
-
Link injected objects
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
imports
→ List<Module>
-
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 setterinherited
-
module
→ Module
-
final
-
modules
→ List<RouteContext>
-
store all módules
finalinherited
-
path
→ String
-
final
-
routes
→ List<ModularRoute>
-
Aggregates all
ModularRoute
type Objects to the context,
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setteroverride
-
tags
→ Set<String>
-
finalinherited
Methods
-
addChildren(ModularRoute route)
→ Map<ModularKey, ModularRoute>
-
inherited
-
addModule(ModularRoute route)
→ Map<ModularKey, ModularRoute>
-
inherited
-
assembleRoute(ModularRoute route)
→ Map<ModularKey, ModularRoute>
-
inherited
-
changeBinds(List<BindContract<Object>> newBinds)
→ void
-
Change binds
inherited
-
copy(covariant ParallelRoute parent, covariant ParallelRoute route)
→ ModularRoute
-
inherited
-
dispose()
→ void
-
Dispose all bind from the memory
inherited
-
getBind<T extends Object>(Injector injector)
→ BindEntry<T>?
-
Get the binds for that context.
inherited
-
getProcessBinds()
→ List<BindContract<Object>>
-
get processed binds
inherited
-
init()
→ Map<ModularKey, ModularRoute>
-
Used to return a route map at the start of the application.
inherited
-
instantiateSingletonBinds(List<BindEntry<Object>> singletons, Injector injector)
→ void
-
inherited
-
isReady()
→ Future<void>
-
checks if all asynchronous binds are ready to be used synchronously.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
orderRouteKeys(Iterable<ModularKey> keys)
→ List<ModularKey>
-
inherited
-
remove<T>()
→ bool
-
Dispose bind from the memory
inherited
-
removeScopedBind()
→ bool
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited