SessionTitleChangedEvent constructor
const
SessionTitleChangedEvent({})
Implementation
const SessionTitleChangedEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral = true,
required this.title,
}) : super(type: 'session.title_changed');