PageRedirect class

Inheritance

Constructors

PageRedirect({required String redirectUrl, int statusCode = 302})

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
final

Methods

build(BuildContext context) Widget
override
createElement(ContextRequest request, GetSocket? getSocket) StatelessElement
Inflates this configuration to a concrete instance. A given widget can be included in the tree zero or more times. In particular a given widget can be placed in the tree multiple times. Each time a widget is placed in the tree, it is inflated into an Element, which means a widget that is incorporated into the tree multiple times will be inflated multiple times.
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