Route<T> class

Represents a virtual location within an application.

Implementers

Constructors

Route(String path, {required String method, required List<T> handlers})
Route.join(Route<T> a, Route<T> b)
factory

Properties

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

Methods

clone() Route<T>
makeUri(Map<String, dynamic> params) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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