SymlinkRoute<T> class

Placeholder Route to serve as a symbolic link to a mounted Router.

Inheritance

Constructors

SymlinkRoute(String path, Router<T> router)

Properties

handlers List<T>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
method String
finalinherited
name String?
getter/setter pairinherited
parser → Parser<RouteResult>?
no setterinherited
path String
finalinherited
router Router<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() Route<T>
inherited
makeUri(Map<String, dynamic> params) String
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