PageNavigationEvent constructor
PageNavigationEvent({})
Implementation
PageNavigationEvent({required this.fromPage, required this.toPage, required this.navigationType, required super.sessionId, this.arguments, this.stayDuration, this.routeName, DateTime? timestamp})
: super(eventId: LogEvent.generateEventId(), timestamp: timestamp ?? DateTime.now(), type: LogEventType.pageNavigation);