PageRequest class

Class interface for PageRequest.

Constructors

PageRequest({BuildContext? context, NyArgument? nyArgument, Map<String, String>? queryParameters})
PageRequest.redirect()
Redirect to a new route.

Properties

context BuildContext?
getter/setter pair
data → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
isRedirect bool
getter/setter pair
nyArgument NyArgument?
getter/setter pair
queryParameters Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addData(dynamic currentData(dynamic data)) → dynamic
Add data to the current route.
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