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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
delete(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
get(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
group(String name, List<RouteDefinition> routes, {String? prefix})
→ RouteGroupDefinition
-
-
head(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
mapping(List<HTTPMethod> methods, String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
middleware(String name)
→ UseAliasedMiddleware
-
-
notFound(RequestHandler handler, [HTTPMethod method = HTTPMethod.ALL])
→ FunctionalRouteDefinition
-
-
options(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
patch(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
post(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
put(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-
-
resource(String resource, Type controller, {String? parameterName})
→ RouteGroupDefinition
-
-
route(HTTPMethod method, String path, RequestHandler handler)
→ FunctionalRouteDefinition
-
-
trace(String path, ControllerMethodDefinition defn)
→ ControllerRouteMethodDefinition
-