InputAudioBufferSpeechStoppedEvent constructor
const
InputAudioBufferSpeechStoppedEvent({})
Creates an InputAudioBufferSpeechStoppedEvent.
Implementation
const InputAudioBufferSpeechStoppedEvent({
required this.eventId,
required this.audioEndMs,
required this.itemId,
});