Data
data class Data<SpecRow : NavigationBundleSpecRow<*>, Bundle : NavigationBundle<SpecRow>>(val bundle: Bundle) : Route.Result
Result of a given type
Parameters
SpecRow
the type of NavigationBundleSpecRow stored in bundle
Bundle
the type of NavigationBundle to to use as a result