ParentRoute class
Constructors
-
ParentRoute({required String path, required List<
HRoute> routes, FilterConfig filterConfig = const FilterConfig([])})
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 pairinherited
- 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