ModularBootstrap class

Result of bootstrapping a root module: the route tree, the resolution injector, and the manager that drives per-module bind lifecycle.

Constructors

ModularBootstrap(RouteCollection routes, ModuleManager manager)

Properties

hashCode int
The hash code for this object.
no setterinherited
injector → AutoInjector
The resolution entry point (sees every module's binds via the graph).
no setter
manager ModuleManager
final
routes RouteCollection
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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