HRoute class

Inheritance
Implementers

Constructors

HRoute({required String path, required HttpMethod method, required RequestHandler handler, FilterConfig filterConfig = const FilterConfig([]), List<HRoute> routes = const []})

Properties

filterConfig FilterConfig
finalinherited
handler RequestHandler
finalinherited
hashCode int
The hash code for this object.
no setterinherited
method HttpMethod
finalinherited
path String
finalinherited
routes List<HRoute>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

match(String rawActualUrl) bool
inherited
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