ULinkAutoRouteTransformer class
AutoRoute transformer for ULink deep links.
This class provides integration between ULink deep links and AutoRoute, allowing custom route mapping and automatic navigation handling.
- Available extensions
Constructors
- ULinkAutoRouteTransformer({ULinkRouteResolver? routeResolver, bool debugMode = false})
-
Creates a new ULinkAutoRouteTransformer.
const
Properties
- debugMode → bool
-
Whether to enable debug logging.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- routeResolver → ULinkRouteResolver?
-
The route resolver function that maps ULink data to route paths.
final
- 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
-
transformUri(
Uri uri) → Future< Uri> - Transforms a ULink URI into a route-compatible URI.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited