NavigationStatistics constructor
NavigationStatistics({})
Implementation
NavigationStatistics({
required this.totalNavigations,
required this.systemBackNavigations,
required this.currentStackDepth,
required this.pageVisitCount,
this.mostVisitedPage,
required this.averageStayTime,
});