DefaultDartnessRouter class Null safety
A router that can be used to handle requests.
- Implemented types
Constructors
Properties
Methods
-
add(
String httpMethod, String pathRoute, RouterHandler routerHandler) → void -
Add a
routerHandler
to the_router
and handles the request by thehttpMethod
for thepathRoute
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited