TurnEndedEvent constructor
const
TurnEndedEvent({})
Implementation
const TurnEndedEvent({
required super.timestamp,
super.sessionId,
super.metadata,
required this.turnIndex,
this.tokensUsed = 0,
this.toolInvocations = 0,
required this.duration,
});