StandardRouteData class

A data class to be specified when implementing Patapata's Router using StandardRouterDelegate.

Constructors

StandardRouteData.new({required StandardPageWithResultFactory<StandardPageWithResult<Object?, Object?>, Object?, Object?>? factory, required Object? pageData})
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