FFRRouteParser class

Constructors

FFRRouteParser(List<FFRRouteDefinition> routes)

Properties

hashCode → int
The hash code for this object.
no setterinherited
routes → List<FFRRouteDefinition>
Returns an unmodifiable view of the current route definitions.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRoute(FFRRouteDefinition route) → void
Adds a single route to the route table.
addRoutes(List<FFRRouteDefinition> routes) → void
Adds multiple routes to the route table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String urlString) → FFRRouteMatch?
Parses a given URI string into a FFRRouteMatch Returns null if no route matches.
removeRoute(String id) → void
Removes the route identified by id from the route table.
toString() → String
A string representation of this object.
inherited

Operators

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