StandardRouteData class
A data class to be specified when implementing Patapata's Router using StandardRouterDelegate.
Constructors
-
StandardRouteData.new({required StandardPageWithResultFactory<
StandardPageWithResult< ? factory, required Object? pageData})Object?, Object?> , Object?, Object?> - Create a StandardRouteData
Properties
-
factory
→ StandardPageWithResultFactory<
StandardPageWithResult< ?Object?, Object?> , Object?, Object?> -
The factory class for StandardPage.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageData → Object?
-
The page data to be passed to StandardPage.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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