dchisel
dchisel
DRoute
all method
all
all
method
Null safety
List
all
(
)
Implementation
List all() { return [_routeGet, _routePost, _routePut, _routeDelete, _routePatch]; }
dchisel
dchisel
DRoute
all method
DRoute class
Constructors
DRoute
Properties
hashCode
runtimeType
Methods
addMiddleware
all
allHandler
allMiddleware
allRouteMiddleware
delete
get
noSuchMethod
patch
post
put
toString
Operators
operator ==