RouteDecoder class

Annotations

Constructors

RouteDecoder(List<FlowerPage> currentTreeBranch, PageSettings? pageSettings)
const
RouteDecoder.fromRoute(String location)
factory

Properties

args → dynamic
no setter
currentChildrens List<FlowerPage>?
no setter
currentTreeBranch List<FlowerPage>
final
hashCode int
The hash code for this object.
no setteroverride
pageSettings PageSettings?
final
parameters Map<String, String>
no setter
route FlowerPage?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

arguments<T>() → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceArguments(Object? arguments) → void
routeOrUnknown(FlowerPage onUnknow) FlowerPage
toString() String
A string representation of this object.
inherited

Operators

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