RouterGroup class

Constructors

RouterGroup(String prefix, Router parent)

Properties

hashCode int
The hash code for this object.
no setterinherited
middleware Middleware?
getter/setter pair
parent Router
getter/setter pair
prefix String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String method, String route, Function handler) → void
connect(String route, Function handler) → void
delete(String route, Function handler) → void
get(String route, Function handler) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options(String route, Function handler) → void
patch(String route, Function handler) → void
post(String route, Function handler) → void
put(String route, Function handler) → void
toString() String
A string representation of this object.
inherited
trace(String route, Function handler) → void
use(Middleware middleware) → void

Operators

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