Route Stack Entry
data class RouteStackEntry(val route: IRoute, val transition: IRouteTransition? = null, val id: Int = uid())
Defines an entry in the route stack. It contains a unique id for the entry, the IRoute that identifies the route, and its lifecycle