Application class
Constructors
Properties
- di ↔ DI
-
getter/setter pair
- errorLogKey ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceProvider ↔ ServiceProvider
-
getter/setter pair
Methods
-
bind(
String key, dynamic instance(Application app, dynamic params), {}) → dynamic -
config(
dynamic model, {dynamic dev = false}) → dynamic -
initBaseProvider(
) → void -
log(
{String key = '', String logStr = '', int limit = 200}) → dynamic -
make(
String key, {dynamic params, dynamic force = false}) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
dynamic provider) → void -
routeMiddleware(
String k, dynamic v) → void -
run(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ Application?
-
getter/setter pair