RouteWithArguments<T extends Arguments> class
- Inheritance
-
- Object
- RouteMatcher
- Route
- RouteWithArguments
Constructors
- RouteWithArguments({required String name, required T arguments})
Properties
- arguments ↔ T
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → RouteSettings
-
no setterinherited
- strictQueryParams ↔ bool
-
getter/setter pairinherited
- uri ↔ Uri
-
latefinalinherited
- withBase → Uri
-
no setterinherited
Methods
-
match(
String? route) → bool -
inherited
-
matchPath(
String? route) → bool -
inherited
-
matchQueryParams(
String? route) → 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