Kernel class

Implemented types

Constructors

Kernel.new(Application app, Router router)

Properties

app Application
final
hashCode int
The hash code for this object.
no setterinherited
middlewares List
final
providers List<ServiceProvider>
final
routeMiddlewares Map<String, Type>
getter/setter pair
router Router
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handle(HttpRequest baseRequest) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
syncMiddlewaresToRouter() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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