SessionPlanChangedEvent constructor
const
SessionPlanChangedEvent({})
Implementation
const SessionPlanChangedEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.operation,
}) : super(type: 'session.plan_changed');