Path<T extends Base> class

Used to define a route path

eg. /user

Constructors

Path(String path, {Base? parent})
Used to define a route path

Properties

goRoute String
the path to be used for GoRoute.path
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
path String
the path used to navigate to the route associated with this path
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(Map<String, String> queryParameters) → T
adds a query to the path
inherited
toString() String
A string representation of this object.
inherited

Operators

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