Route class

Inheritance
Implementers

Constructors

Route(String name, {bool strictQueryParams = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings RouteSettings
no setter
strictQueryParams bool
getter/setter pairinherited
uri Uri
latefinalinherited
withBase Uri
no setter

Methods

match(String? route) bool
inherited
matchPath(String? route) bool
inherited
matchQueryParams(String? route) bool
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