GoRouteData class abstract
Baseclass for supporting typed routing.
Subclasses must override one of build, buildPageWithState, or redirect.
Constructors
- GoRouteData()
-
Allows subclasses to have
const
constructors.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildContext context) → Widget -
Creates the Widget for
this
route. -
buildPage(
BuildContext context) → Page< void> - A page builder for this route.
-
buildPageWithState(
BuildContext context, GoRouterState state) → Page< void> - A page builder for this route with GoRouterState.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
redirect(
) → String? - An optional redirect function for this route.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited