RouteInfo constructor
RouteInfo({})
Implementation
RouteInfo({
required this.pageName,
required this.routeAddress,
required this.params,
required this.timestamp,
this.isTransparent = false,
this.isFullDialog = false,
required this.navigationId,
required this.stackDepth,
});