from
fun <SpecRow : NavigationBundleSpecRow<*>, Action : NavigationAction<SpecRow>> Action.from(route: String): Route.FromRoute<SpecRow, Action>
Creates a Route.FromRoute from Action
Parameters
SpecRow
the type of NavigationBundleSpecRow associated with the action.
Action
the type NavigationAction to create the Route for.
route
The string route to navigate from