Link.route constructor
Link.route(
- LinkRouter route
Creates a Link which routes Request
to whichever link is returned from
the route
function
Implementation
factory Link.route(
LinkRouter route,
) =>
_RouterLink(route);