RouteFactory<T extends Arguments> class

Inheritance

Constructors

RouteFactory(String pathFormat, {required ArgumentsFactory<T> argsFactory, bool strictQueryParams = false})

Properties

argsFactory ArgumentsFactory<T>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strictQueryParams bool
getter/setter pairinherited
uri Uri
latefinalinherited

Methods

call(T args) RouteWithArguments<T>
match(String? route) bool
override
matchPath(String? route) bool
override
matchQueryParams(String? route) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String? route) RouteWithArguments<T>?
toString() String
A string representation of this object.
inherited

Operators

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