PlusRouter class

Constructors

PlusRouter(List<PlusRoute> routes, {String initialRoute = "/"})

Properties

activatedRoutes List<PlusRoute>
getter/setter pair
defaultRoute PlusRoute?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialRoute String
final
route PlusRoute?
getter/setter pair
routes List<PlusRoute>
User defined routes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlSegments List<String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryParse(List<String> urlSegments) PlusRoute?

Operators

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