Routing class

Constructors

Routing({String current = '', String previous = '', dynamic args, String removed = '', Route? route, bool? isBack, bool? isBottomSheet, bool? isDialog})

Properties

args ↔ dynamic
getter/setter pair
current String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBack bool?
getter/setter pair
isBottomSheet bool?
getter/setter pair
isDialog bool?
getter/setter pair
previous String
getter/setter pair
removed String
getter/setter pair
route Route?
getter/setter pair
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
update(void fn(Routing value)) → void

Operators

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