DartnessRouterHandler class
A router handler for handling request for a ControllerRoute with his metadata and the method ControllerRoute.handler with the metadata.
Constructors
- DartnessRouterHandler(ControllerRoute _route)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
handleRoute(
Request request, [Object? extras]) → Future< Response> - Handles the route's response and invoke the Function in ControllerRoute.handler
-
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