RouteDecoder class
- Annotations
Constructors
-
RouteDecoder(List<
GetPage> currentTreeBranch, PageSettings? pageSettings) -
const
- RouteDecoder.fromRoute(String location)
-
factory
Properties
- args → dynamic
-
no setter
-
currentChildren
→ List<
GetPage> ? -
no setter
-
currentTreeBranch
→ List<
GetPage> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- pageSettings → PageSettings?
-
final
-
parameters
→ Map<
String, String> -
no setter
- route ↔ GetPage?
-
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
-
routeOrUnknown(
GetPage onUnknow) → GetPage -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override