PageViewEvent class

Constructors

PageViewEvent({required String navigationType, required RouteSettings? toRoute, required RouteSettings? previousRoute})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
final
previousRoute RouteSettings?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toRoute RouteSettings?
final

Methods

copyWith({String? navigationType, RouteSettings? toRoute, RouteSettings? previousRoute}) PageViewEvent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited