Destination mixin

The type to describe the navigation destination

Adopter type should be value type.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the destination
no setter
pageKey LocalKey
The key to identify the page
no setter
restorationId String?
the restoration id of the page
no setter
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
parseChildPath(RoutePathVisitor visitor) Destination
Parse child path provided by visitor.
toLocationParts() Iterable<String>
convert the destination to location parts, which is later joined into the location string
toString() String
A string representation of this object.
inherited
tryBuildRootStack() Iterable<Destination>?
Try to build the desination from root
tryNavigateFrom(Destination current) Iterable<Destination>?
Try to build the destination chain from a certain location

Operators

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