PageRedirect class

Constructors

PageRedirect({GetPage? route, GetPage? unknownRoute, bool isUnknown = false, RouteSettings? settings})

Properties

hashCode → int
The hash code for this object.
no setterinherited
isUnknown ↔ bool
getter/setter pair
route ↔ GetPage?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
settings ↔ RouteSettings?
getter/setter pair
unknownRoute ↔ GetPage?
getter/setter pair

Methods

addPageParameter(GetPage route) → void
getPageToRoute<T>(GetPage rou, GetPage? unk) → GetPageRoute<T>
needRecheck() → bool
check if redirect is needed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
page<T>() → GetPageRoute<T>
toString() → String
A string representation of this object.
inherited

Operators

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