AppLifecycleEventBase constructor
AppLifecycleEventBase({})
Implementation
AppLifecycleEventBase({
required this.stage,
this.viewName,
this.timeSinceLastChangeMs,
this.previousState,
DateTime? timestamp, // ← Issue #137: Timestamp opcional para reserva
}) : _timestamp = timestamp ?? DateTime.now().toUtc();