App class

Constructors

App({required Router router, Container? container})

Properties

container Container?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
router Router
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initializeContainer() → void
Create a container for us if one is not in scope
loadConfigIntoContainer() → void
Loads and parses the config file, then flattens the config map and ultimately preprends "@config." to the key before adding that config item to the DI container.
loadViewsIntoContainer() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future
toString() String
A string representation of this object.
inherited

Operators

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