PageRedirect class

Constructors

PageRedirect.new({FlowerPage? route, FlowerPage? unknownRoute, bool isUnknown = false, RouteSettings? settings})

Properties

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

Methods

addPageParameter(FlowerPage route) → void
getPageToRoute<T>(FlowerPage rou, FlowerPage? unk, BuildContext context) FlowerPageRoute<T>
needRecheck(BuildContext context) bool
check if redirect is needed
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