SessionHandoffEvent constructor
const
SessionHandoffEvent({})
Implementation
const SessionHandoffEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.handoffTime,
required this.sourceType,
this.repository,
this.context,
this.summary,
this.remoteSessionId,
}) : super(type: 'session.handoff');