SessionSnapshotRewindEvent constructor
const
SessionSnapshotRewindEvent({})
Implementation
const SessionSnapshotRewindEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral = true,
required this.upToEventId,
required this.eventsRemoved,
}) : super(type: 'session.snapshot_rewind');