RouteLifecycleInfo constructor
RouteLifecycleInfo({})
Implementation
RouteLifecycleInfo({required this.route, required this.pageName, this.enterTime, this.exitTime, this.stayDuration, this.loadStartTime, this.loadTime});